Data Structures | |
class | Sketcher3D |
An interface to build a 3D Sketcher step-by-step. More... | |
class | Sketcher2D |
An interface to build a 2D Sketcher step-by-step. More... | |
class | Polyline2D |
An interface to build a 2D polyline step-by-step. More... | |
This module provides the user with a simple python API to realize various sketches from the GEOM text user interface.
Example:
Additionnal examples can be found as unit tests in the source code.