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

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

+ Inheritance diagram for MR.Const_ShellVertexInfo:

Classes

struct  _Underlying
 

Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

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
 
- Properties inherited from MR.Misc.Object< Const_ShellVertexInfo >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_ShellVertexInfo >
bool _IsOwningVal
 

Detailed Description

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


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