Public Member Functions | |
None | __init__ (self, PolylineTopology t) |
None | close (self) |
None | finishOpen (self, VertId v) |
Id_EdgeTag | proceed (self, VertId v) |
Id_EdgeTag | start (self, VertId v) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_topology = 0 |
Generated from: MR::PolylineMaker simplifies construction of connected polyline in the topology
|
static |
None mrmeshpy.PolylineMaker.__init__ | ( | self, | |
PolylineTopology | t ) |
None mrmeshpy.PolylineMaker.close | ( | self | ) |
closes the polyline
None mrmeshpy.PolylineMaker.finishOpen | ( | self, | |
VertId | v ) |
finishes the polyline adding final vertex in it
Id_EdgeTag mrmeshpy.PolylineMaker.proceed | ( | self, | |
VertId | v ) |
makes next edge of polyline \\param v next vertex of the polyline
Id_EdgeTag mrmeshpy.PolylineMaker.start | ( | self, | |
VertId | v ) |
creates first edge of polyline \\param v first vertex of the polyline
|
staticprotected |