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

describes the point of measurement on mesh Generated from class MR.MeshPoint. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_MeshPoint:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_MeshPoint ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_MeshPoint (MR.Const_MeshTriPoint triPoint, MR.Vector3f pt, MR.Vector3f inDir, MR.Std._ByValue_Function_BoolFuncFromMRFaceId notIncidentFaces)
 Constructs MR.MeshPoint elementwise.
 
unsafe Const_MeshPoint (MR._ByValue_MeshPoint _other)
 Generated from constructor MR.MeshPoint.MeshPoint.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_MeshTriPoint triPoint [get]
 3d coordinates
 
unsafe ref readonly MR.Vector3f pt [get]
 unit direction inside the mesh = minus normal
 
unsafe ref readonly MR.Vector3f inDir [get]
 predicate that returns true for mesh faces not-incident to the point
 
unsafe MR.Std.Const_Function_BoolFuncFromMRFaceId notIncidentFaces [get]
 
- Properties inherited from MR.Misc.Object< Const_MeshPoint >
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_MeshPoint >
bool _IsOwningVal
 

Detailed Description

describes the point of measurement on mesh Generated from class MR.MeshPoint. This is the const half of the class.


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