Public Member Functions | |
None | __init__ (self, PolylineTopology t) |
None | __init__ (self, PolylineMaker arg0) |
None | close (self) |
None | finishOpen (self, VertId v) |
Id_EdgeTag | proceed (self, VertId v) |
Id_EdgeTag | start (self, VertId v) |
Generated from: MR::PolylineMaker simplifies construction of connected polyline in the topology
None meshlib.mrmeshpy.PolylineMaker.__init__ | ( | self, | |
PolylineTopology | t ) |
None meshlib.mrmeshpy.PolylineMaker.__init__ | ( | self, | |
PolylineMaker | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.PolylineMaker.close | ( | self | ) |
closes the polyline
None meshlib.mrmeshpy.PolylineMaker.finishOpen | ( | self, | |
VertId | v ) |
finishes the polyline adding final vertex in it
Id_EdgeTag meshlib.mrmeshpy.PolylineMaker.proceed | ( | self, | |
VertId | v ) |
makes next edge of polyline \\param v next vertex of the polyline
Id_EdgeTag meshlib.mrmeshpy.PolylineMaker.start | ( | self, | |
VertId | v ) |
creates first edge of polyline \\param v first vertex of the polyline