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, bool graphCutSeparation)
 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=.
Public Member Functions inherited from MR.Const_BooleanInternalParameters
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.

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.
new unsafe ref bool graphCutSeparation [get]
 If true uses graphcut for inside/outside separation.
Properties inherited from MR.Const_BooleanInternalParameters
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.

Additional Inherited Members

Protected Member Functions inherited from MR.Const_BooleanInternalParameters
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_BooleanInternalParameters
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

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,
bool graphCutSeparation )
inline

Constructs MR.BooleanInternalParameters elementwise.

◆ BooleanInternalParameters() [3/4]

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

◆ BooleanInternalParameters() [4/4]

MR.BooleanInternalParameters.BooleanInternalParameters ( BooleanInternalParameters _other)
inline

Member Function Documentation

◆ assign()

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

Generated from method MR::BooleanInternalParameters::operator=.

Property Documentation

◆ graphCutSeparation

new unsafe ref bool MR.BooleanInternalParameters.graphCutSeparation
get

If true uses graphcut for inside/outside separation.

◆ 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: