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

Generated from class MR.DividePolylineParameters. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_DividePolylineParameters:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_DividePolylineParameters ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_DividePolylineParameters (MR.Std._ByValue_Function_VoidFuncFromMREdgeIdMREdgeIdFloat onEdgeSplitCallback, bool closeLineAfterCut, MR.VertMap? outVmap, MR.EdgeMap? outEmap, MR.Polyline3? otherPart, MR.VertMap? otherOutVmap, MR.EdgeMap? otherOutEmap)
 Constructs MR.DividePolylineParameters elementwise.
 
unsafe Const_DividePolylineParameters (MR._ByValue_DividePolylineParameters _other)
 Generated from constructor MR.DividePolylineParameters.DividePolylineParameters.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Std.Const_Function_VoidFuncFromMREdgeIdMREdgeIdFloat onEdgeSplitCallback [get]
 onEdgeSplitCallback is invoked each time when an edge is split. Receives edge ID before split, edge ID after split, and weight of the origin vertex
 
unsafe bool closeLineAfterCut [get]
 
unsafe MR.? VertMap outVmap [get]
 map from input polyline verts to output
 
unsafe MR.? EdgeMap outEmap [get]
 map from input polyline edges to output
 
unsafe MR.? Polyline3 otherPart [get]
 otherPart Optional return, polyline composed from edges on the negative side of the plane
 
unsafe MR.? VertMap otherOutVmap [get]
 map from input polyline verts to other output
 
unsafe MR.? EdgeMap otherOutEmap [get]
 map from input polyline edges to other output
 
- Properties inherited from MR.Misc.Object< Const_DividePolylineParameters >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_DividePolylineParameters >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.DividePolylineParameters. This is the const half of the class.

Property Documentation

◆ closeLineAfterCut

unsafe bool MR.Const_DividePolylineParameters.closeLineAfterCut
get

closeLineAfterCut if true, the ends of resulting polyline will be connected by new edges (can make a polyline closed, even if the original one was open) if close, only cut edges (no new edges will be created)


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