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

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

+ Inheritance diagram for MR.BooleanResultPoints:

Public Member Functions

unsafe BooleanResultPoints ()
 Constructs an empty (default-constructed) instance.
 
unsafe BooleanResultPoints (MR._ByValue_VertBitSet meshAVerts, MR._ByValue_VertBitSet meshBVerts, MR.Std._ByValue_Vector_MRVector3f intersectionPoints)
 Constructs MR.BooleanResultPoints elementwise.
 
unsafe BooleanResultPoints (MR._ByValue_BooleanResultPoints _other)
 Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.
 
 BooleanResultPoints (Const_BooleanResultPoints _other)
 Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.
 
 BooleanResultPoints (BooleanResultPoints _other)
 Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.
 
unsafe MR.BooleanResultPoints assign (MR._ByValue_BooleanResultPoints _other)
 Generated from method MR.BooleanResultPoints.operator=.
 

Properties

new unsafe MR.VertBitSet meshAVerts [get, protected set]
 
new unsafe MR.VertBitSet meshBVerts [get, protected set]
 
new unsafe MR.Std.Vector_MRVector3f intersectionPoints [get, protected set]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ BooleanResultPoints() [1/5]

unsafe MR.BooleanResultPoints.BooleanResultPoints ( )
inline

Constructs an empty (default-constructed) instance.

◆ BooleanResultPoints() [2/5]

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

Constructs MR.BooleanResultPoints elementwise.

◆ BooleanResultPoints() [3/5]

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

Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.

◆ BooleanResultPoints() [4/5]

MR.BooleanResultPoints.BooleanResultPoints ( Const_BooleanResultPoints _other)
inline

Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.

◆ BooleanResultPoints() [5/5]

MR.BooleanResultPoints.BooleanResultPoints ( BooleanResultPoints _other)
inline

Generated from constructor MR.BooleanResultPoints.BooleanResultPoints.

Member Function Documentation

◆ assign()

unsafe MR.BooleanResultPoints MR.BooleanResultPoints.assign ( MR._ByValue_BooleanResultPoints _other)
inline

Generated from method MR.BooleanResultPoints.operator=.

Property Documentation

◆ intersectionPoints

new unsafe MR.Std.Vector_MRVector3f MR.BooleanResultPoints.intersectionPoints
getprotected set

◆ meshAVerts

new unsafe MR.VertBitSet MR.BooleanResultPoints.meshAVerts
getprotected set

◆ meshBVerts

new unsafe MR.VertBitSet MR.BooleanResultPoints.meshBVerts
getprotected set

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