Functions | |
def | geompy.MakeSketcher |
Create a sketcher (wire or face), following the textual description, passed through theCommand argument. | |
def | geompy.MakeSketcherOnPlane |
Create a sketcher (wire or face), following the textual description, passed through theCommand argument. | |
def | geompy.Make3DSketcher |
def geompy.MakeSketcher | ( | self, | ||
theCommand, | ||||
theWorkingPlane = [0 | ||||
) |
Create a sketcher (wire or face), following the textual description, passed through theCommand argument.
Edges of the resulting wire or face will be arcs of circles and/or linear segments.
Format of the description string have to be the following:
"Sketcher[:F x1 y1]:CMD[:CMD[:CMD...]]"
Where:
theCommand | String, defining the sketcher in local coordinates of the working plane. | |
theWorkingPlane | Nine double values, defining origin, OZ and OX directions of the working plane. |
def geompy.MakeSketcherOnPlane | ( | self, | ||
theCommand, | ||||
theWorkingPlane | ||||
) |
Create a sketcher (wire or face), following the textual description, passed through theCommand argument.
For format of the description string see the previous method.
theCommand | String, defining the sketcher in local coordinates of the working plane. | |
theWorkingPlane | Planar Face or LCS(Marker) of the working plane. |
def geompy.Make3DSketcher | ( | self, | ||
theCoordinates | ||||
) |