MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_BooleanInternalParameters:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_BooleanInternalParameters ()
 Constructs an empty (default-constructed) instance.
unsafe Const_BooleanInternalParameters (MR.Const_Mesh? originalMeshA, MR.Const_Mesh? originalMeshB, MR.Std.Vector_StdVectorMREdgeId? optionalOutCut, bool graphCutSeparation)
 Constructs MR.BooleanInternalParameters elementwise.
unsafe Const_BooleanInternalParameters (MR.Const_BooleanInternalParameters _other)
 Generated from constructor MR.BooleanInternalParameters.BooleanInternalParameters.
 Const_BooleanInternalParameters (BooleanInternalParameters _other)
 Generated from constructor MR.BooleanInternalParameters.BooleanInternalParameters.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Const_Mesh._Underlying ** __ptr_storage_originalMeshA
unsafe MR.Const_Mesh._Underlying ** __ptr_storage_originalMeshB
unsafe MR.Std.Vector_StdVectorMREdgeId._Underlying ** __ptr_storage_optionalOutCut
unsafe bool * __ref_storage_graphCutSeparation

Properties

unsafe MR.? Const_Mesh originalMeshA [get]
 Instance of original mesh with tree for better speed.
unsafe MR.? Const_Mesh originalMeshB [get]
 Instance of original mesh with tree for better speed.
unsafe MR.Std.? Vector_StdVectorMREdgeId optionalOutCut [get]
 Optional output cut edges of booleaned meshes.
unsafe bool graphCutSeparation [get]
 If true uses graphcut for inside/outside separation.

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_BooleanInternalParameters() [1/4]

unsafe MR.Const_BooleanInternalParameters.Const_BooleanInternalParameters ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_BooleanInternalParameters() [2/4]

unsafe MR.Const_BooleanInternalParameters.Const_BooleanInternalParameters ( MR.Const_Mesh? originalMeshA,
MR.Const_Mesh? originalMeshB,
MR.Std.Vector_StdVectorMREdgeId? optionalOutCut,
bool graphCutSeparation )
inline

Constructs MR.BooleanInternalParameters elementwise.

◆ Const_BooleanInternalParameters() [3/4]

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

◆ Const_BooleanInternalParameters() [4/4]

MR.Const_BooleanInternalParameters.Const_BooleanInternalParameters ( BooleanInternalParameters _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_BooleanInternalParameters.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_optionalOutCut

unsafe MR.Std.Vector_StdVectorMREdgeId._Underlying** MR.Const_BooleanInternalParameters.__ptr_storage_optionalOutCut
protected

◆ __ptr_storage_originalMeshA

unsafe MR.Const_Mesh._Underlying** MR.Const_BooleanInternalParameters.__ptr_storage_originalMeshA
protected

◆ __ptr_storage_originalMeshB

unsafe MR.Const_Mesh._Underlying** MR.Const_BooleanInternalParameters.__ptr_storage_originalMeshB
protected

◆ __ref_storage_graphCutSeparation

unsafe bool* MR.Const_BooleanInternalParameters.__ref_storage_graphCutSeparation
protected

Property Documentation

◆ graphCutSeparation

unsafe bool MR.Const_BooleanInternalParameters.graphCutSeparation
get

If true uses graphcut for inside/outside separation.

◆ optionalOutCut

unsafe MR.Std.? Vector_StdVectorMREdgeId MR.Const_BooleanInternalParameters.optionalOutCut
get

Optional output cut edges of booleaned meshes.

◆ originalMeshA

unsafe MR.? Const_Mesh MR.Const_BooleanInternalParameters.originalMeshA
get

Instance of original mesh with tree for better speed.

◆ originalMeshB

unsafe MR.? Const_Mesh MR.Const_BooleanInternalParameters.originalMeshB
get

Instance of original mesh with tree for better speed.


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