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

a point located on some mesh's face Generated from class MR.PointOnFace. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_PointOnFace:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_PointOnFace ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_PointOnFace (MR.FaceId face, MR.Vector3f point)
 Constructs MR.PointOnFace elementwise.
 
unsafe Const_PointOnFace (MR.Const_PointOnFace _other)
 Generated from constructor MR.PointOnFace.PointOnFace.
 
unsafe bool valid ()
 check for validity, otherwise the point is not defined Generated from method MR.PointOnFace.valid.
 

Static Public Member Functions

static unsafe operator bool (MR.Const_PointOnFace _this)
 Generated from conversion operator MR.PointOnFace.operator bool.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.FaceId face [get]
 mesh's face containing the point
 
unsafe ref readonly MR.Vector3f point [get]
 a point of the mesh's face
 
- Properties inherited from MR.Misc.Object< Const_PointOnFace >
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_PointOnFace >
bool _IsOwningVal
 

Detailed Description

a point located on some mesh's face Generated from class MR.PointOnFace. This is the const half of the class.


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