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

Parameters will be useful if specified Generated from class MR.BooleanInternalParameters. This is the non-const half of the class. More...

+ Inheritance diagram for MR.BooleanInternalParameters:

Public Member Functions

unsafe BooleanInternalParameters ()
 Constructs an empty (default-constructed) instance.
 
unsafe BooleanInternalParameters (MR.Const_Mesh? originalMeshA, MR.Const_Mesh? originalMeshB, MR.Std.Vector_StdVectorMREdgeId? optionalOutCut)
 Constructs MR.BooleanInternalParameters elementwise.
 
unsafe BooleanInternalParameters (MR.Const_BooleanInternalParameters _other)
 Generated from constructor MR.BooleanInternalParameters.BooleanInternalParameters.
 
 BooleanInternalParameters (BooleanInternalParameters _other)
 Generated from constructor MR.BooleanInternalParameters.BooleanInternalParameters.
 
unsafe MR.BooleanInternalParameters assign (MR.Const_BooleanInternalParameters _other)
 Generated from method MR.BooleanInternalParameters.operator=.
 

Properties

new unsafe MR.? Const_Mesh originalMeshA [get, set]
 Instance of original mesh with tree for better speed.
 
new unsafe MR.? Const_Mesh originalMeshB [get, set]
 Instance of original mesh with tree for better speed.
 
new unsafe MR.Std.? Vector_StdVectorMREdgeId optionalOutCut [get, set]
 Optional output cut edges of booleaned meshes.
 

Detailed Description

Parameters will be useful if specified Generated from class MR.BooleanInternalParameters. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ BooleanInternalParameters() [1/4]

unsafe MR.BooleanInternalParameters.BooleanInternalParameters ( )
inline

Constructs an empty (default-constructed) instance.

◆ BooleanInternalParameters() [2/4]

unsafe MR.BooleanInternalParameters.BooleanInternalParameters ( MR.Const_Mesh? originalMeshA,
MR.Const_Mesh? originalMeshB,
MR.Std.Vector_StdVectorMREdgeId? optionalOutCut )
inline

Constructs MR.BooleanInternalParameters elementwise.

◆ BooleanInternalParameters() [3/4]

unsafe MR.BooleanInternalParameters.BooleanInternalParameters ( MR.Const_BooleanInternalParameters _other)
inline

Generated from constructor MR.BooleanInternalParameters.BooleanInternalParameters.

◆ BooleanInternalParameters() [4/4]

MR.BooleanInternalParameters.BooleanInternalParameters ( BooleanInternalParameters _other)
inline

Generated from constructor MR.BooleanInternalParameters.BooleanInternalParameters.

Member Function Documentation

◆ assign()

unsafe MR.BooleanInternalParameters MR.BooleanInternalParameters.assign ( MR.Const_BooleanInternalParameters _other)
inline

Generated from method MR.BooleanInternalParameters.operator=.

Property Documentation

◆ optionalOutCut

new unsafe MR.Std.? Vector_StdVectorMREdgeId MR.BooleanInternalParameters.optionalOutCut
getset

Optional output cut edges of booleaned meshes.

◆ originalMeshA

new unsafe MR.? Const_Mesh MR.BooleanInternalParameters.originalMeshA
getset

Instance of original mesh with tree for better speed.

◆ originalMeshB

new unsafe MR.? Const_Mesh MR.BooleanInternalParameters.originalMeshB
getset

Instance of original mesh with tree for better speed.


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