MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.PolylineMaker Class Reference

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)
 

Detailed Description

Generated from:  MR::PolylineMaker

simplifies construction of connected polyline in the topology

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.PolylineMaker.__init__ ( self,
PolylineTopology t )

◆ __init__() [2/2]

None meshlib.mrmeshpy.PolylineMaker.__init__ ( self,
PolylineMaker arg0 )
Implicit copy constructor.

Member Function Documentation

◆ close()

None meshlib.mrmeshpy.PolylineMaker.close ( self)
closes the polyline

◆ finishOpen()

None meshlib.mrmeshpy.PolylineMaker.finishOpen ( self,
VertId v )
finishes the polyline adding final vertex in it

◆ proceed()

Id_EdgeTag meshlib.mrmeshpy.PolylineMaker.proceed ( self,
VertId v )
makes next edge of polyline
\\param v next vertex of the polyline

◆ start()

Id_EdgeTag meshlib.mrmeshpy.PolylineMaker.start ( self,
VertId v )
creates first edge of polyline
\\param v first vertex of the polyline

The documentation for this class was generated from the following file: