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

information about shell vertex Generated from class MR.ShellVertexInfo. This is the non-const half of the class. More...

Inheritance diagram for MR.ShellVertexInfo:

Public Member Functions

unsafe ShellVertexInfo ()
 Constructs an empty (default-constructed) instance.
unsafe ShellVertexInfo (bool inRange, bool projOnBd, bool rightSide)
 Constructs MR.ShellVertexInfo elementwise.
unsafe ShellVertexInfo (MR.Const_ShellVertexInfo _other)
 Generated from constructor MR.ShellVertexInfo.ShellVertexInfo.
 ShellVertexInfo (ShellVertexInfo _other)
 Generated from constructor MR.ShellVertexInfo.ShellVertexInfo.
unsafe MR.ShellVertexInfo assign (MR.Const_ShellVertexInfo _other)
 Generated from method MR::ShellVertexInfo::operator=.
Public Member Functions inherited from MR.Const_ShellVertexInfo
virtual void Dispose ()
unsafe Const_ShellVertexInfo ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ShellVertexInfo (bool inRange, bool projOnBd, bool rightSide)
 Constructs MR.ShellVertexInfo elementwise.
unsafe Const_ShellVertexInfo (MR.Const_ShellVertexInfo _other)
 Generated from constructor MR.ShellVertexInfo.ShellVertexInfo.
 Const_ShellVertexInfo (ShellVertexInfo _other)
 Generated from constructor MR.ShellVertexInfo.ShellVertexInfo.
unsafe bool valid ()
 returns true if shell vertex is in range, does not project on boundary and located on proper side Generated from method MR.ShellVertexInfo.valid.

Properties

new unsafe ref bool inRange [get]
 true when shell vertex is within settings.maxDist from source mesh
new unsafe ref bool projOnBd [get]
 shell vertex projects on source mesh boundary (never true for winding rule mode)
new unsafe ref bool rightSide [get]
 whether shell vertex is on requested side of source mesh
Properties inherited from MR.Const_ShellVertexInfo
unsafe bool inRange [get]
 true when shell vertex is within settings.maxDist from source mesh
unsafe bool projOnBd [get]
 shell vertex projects on source mesh boundary (never true for winding rule mode)
unsafe bool rightSide [get]
 whether shell vertex is on requested side of source mesh

Additional Inherited Members

Protected Member Functions inherited from MR.Const_ShellVertexInfo
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_ShellVertexInfo
unsafe bool * __ref_storage_inRange
unsafe bool * __ref_storage_projOnBd
unsafe bool * __ref_storage_rightSide

Detailed Description

information about shell vertex Generated from class MR.ShellVertexInfo. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ ShellVertexInfo() [1/4]

unsafe MR.ShellVertexInfo.ShellVertexInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ ShellVertexInfo() [2/4]

unsafe MR.ShellVertexInfo.ShellVertexInfo ( bool inRange,
bool projOnBd,
bool rightSide )
inline

Constructs MR.ShellVertexInfo elementwise.

◆ ShellVertexInfo() [3/4]

unsafe MR.ShellVertexInfo.ShellVertexInfo ( MR.Const_ShellVertexInfo _other)
inline

Generated from constructor MR.ShellVertexInfo.ShellVertexInfo.

◆ ShellVertexInfo() [4/4]

MR.ShellVertexInfo.ShellVertexInfo ( ShellVertexInfo _other)
inline

Generated from constructor MR.ShellVertexInfo.ShellVertexInfo.

Member Function Documentation

◆ assign()

unsafe MR.ShellVertexInfo MR.ShellVertexInfo.assign ( MR.Const_ShellVertexInfo _other)
inline

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

Property Documentation

◆ inRange

new unsafe ref bool MR.ShellVertexInfo.inRange
get

true when shell vertex is within settings.maxDist from source mesh

◆ projOnBd

new unsafe ref bool MR.ShellVertexInfo.projOnBd
get

shell vertex projects on source mesh boundary (never true for winding rule mode)

◆ rightSide

new unsafe ref bool MR.ShellVertexInfo.rightSide
get

whether shell vertex is on requested side of source mesh


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