MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PolylineMaker Class Reference

simplifies construction of connected polyline in the topology Generated from class MR.PolylineMaker. This is the non-const half of the class. More...

+ Inheritance diagram for MR.PolylineMaker:

Public Member Functions

unsafe PolylineMaker (MR.Const_PolylineMaker _other)
 Generated from constructor MR.PolylineMaker.PolylineMaker.
 
 PolylineMaker (PolylineMaker _other)
 Generated from constructor MR.PolylineMaker.PolylineMaker.
 
unsafe PolylineMaker (MR.PolylineTopology t)
 Generated from constructor MR.PolylineMaker.PolylineMaker.
 
unsafe MR.EdgeId start (MR.VertId v)
 creates first edge of polyline
 
unsafe MR.EdgeId proceed (MR.VertId v)
 makes next edge of polyline
 
unsafe void close ()
 closes the polyline Generated from method MR.PolylineMaker.close.
 
unsafe void finishOpen (MR.VertId v)
 finishes the polyline adding final vertex in it Generated from method MR.PolylineMaker.finishOpen.
 

Static Public Member Functions

static unsafe implicit operator PolylineMaker (MR.PolylineTopology t)
 Generated from constructor MR.PolylineMaker.PolylineMaker.
 

Detailed Description

simplifies construction of connected polyline in the topology Generated from class MR.PolylineMaker. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ PolylineMaker() [1/3]

unsafe MR.PolylineMaker.PolylineMaker ( MR.Const_PolylineMaker _other)
inline

Generated from constructor MR.PolylineMaker.PolylineMaker.

◆ PolylineMaker() [2/3]

MR.PolylineMaker.PolylineMaker ( PolylineMaker _other)
inline

Generated from constructor MR.PolylineMaker.PolylineMaker.

◆ PolylineMaker() [3/3]

unsafe MR.PolylineMaker.PolylineMaker ( MR.PolylineTopology t)
inline

Generated from constructor MR.PolylineMaker.PolylineMaker.

Member Function Documentation

◆ close()

unsafe void MR.PolylineMaker.close ( )
inline

closes the polyline Generated from method MR.PolylineMaker.close.

◆ finishOpen()

unsafe void MR.PolylineMaker.finishOpen ( MR.VertId v)
inline

finishes the polyline adding final vertex in it Generated from method MR.PolylineMaker.finishOpen.

◆ operator PolylineMaker()

static unsafe implicit MR.PolylineMaker.operator PolylineMaker ( MR.PolylineTopology t)
inlinestatic

Generated from constructor MR.PolylineMaker.PolylineMaker.

◆ proceed()

unsafe MR.EdgeId MR.PolylineMaker.proceed ( MR.VertId v)
inline

makes next edge of polyline

Parameters
vnext vertex of the polyline Generated from method MR.PolylineMaker.proceed.

◆ start()

unsafe MR.EdgeId MR.PolylineMaker.start ( MR.VertId v)
inline

creates first edge of polyline

Parameters
vfirst vertex of the polyline Generated from method MR.PolylineMaker.start.

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