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

vertices and points representing mesh intersection result Generated from class MR.BooleanResultPoints. This is the const half of the class. More...

Inheritance diagram for MR.Const_BooleanResultPoints:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_BooleanResultPoints ()
 Constructs an empty (default-constructed) instance.
unsafe Const_BooleanResultPoints (MR._ByValue_VertBitSet meshAVerts, MR._ByValue_VertBitSet meshBVerts, MR.Std._ByValue_Vector_MRVector3f intersectionPoints)
 Constructs MR.BooleanResultPoints elementwise.
unsafe Const_BooleanResultPoints (MR._ByValue_BooleanResultPoints _other)
 Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.
 Const_BooleanResultPoints (Const_BooleanResultPoints _other)
 Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.
 Const_BooleanResultPoints (BooleanResultPoints _other)
 Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Const_VertBitSet meshAVerts [get, protected set]
unsafe MR.Const_VertBitSet meshBVerts [get, protected set]
unsafe MR.Std.Const_Vector_MRVector3f intersectionPoints [get, protected set]

Detailed Description

vertices and points representing mesh intersection result Generated from class MR.BooleanResultPoints. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_BooleanResultPoints() [1/5]

unsafe MR.Const_BooleanResultPoints.Const_BooleanResultPoints ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_BooleanResultPoints() [2/5]

unsafe MR.Const_BooleanResultPoints.Const_BooleanResultPoints ( MR._ByValue_VertBitSet meshAVerts,
MR._ByValue_VertBitSet meshBVerts,
MR.Std._ByValue_Vector_MRVector3f intersectionPoints )
inline

Constructs MR.BooleanResultPoints elementwise.

◆ Const_BooleanResultPoints() [3/5]

unsafe MR.Const_BooleanResultPoints.Const_BooleanResultPoints ( MR._ByValue_BooleanResultPoints _other)
inline

Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.

◆ Const_BooleanResultPoints() [4/5]

MR.Const_BooleanResultPoints.Const_BooleanResultPoints ( Const_BooleanResultPoints _other)
inline

Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.

◆ Const_BooleanResultPoints() [5/5]

MR.Const_BooleanResultPoints.Const_BooleanResultPoints ( BooleanResultPoints _other)
inline

Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_BooleanResultPoints.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_BooleanResultPoints.Dispose ( bool disposing)
inlineprotectedvirtual

Property Documentation

◆ intersectionPoints

unsafe MR.Std.Const_Vector_MRVector3f MR.Const_BooleanResultPoints.intersectionPoints
getprotected set

◆ meshAVerts

unsafe MR.Const_VertBitSet MR.Const_BooleanResultPoints.meshAVerts
getprotected set

◆ meshBVerts

unsafe MR.Const_VertBitSet MR.Const_BooleanResultPoints.meshBVerts
getprotected set

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