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=.
 

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
 

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: