Generated from class MR.DividePolylineParameters. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
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
|
| |
|
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.
|
| |
Generated from class MR.DividePolylineParameters. This is the const half of the class.
◆ 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:
- MRPolylineTrimWithPlane.cs