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

Generated from class MR.Line3Mesh<float>. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_Line3Mesh_Float:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_Line3Mesh_Float ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Line3Mesh_Float (MR.Const_Line3f line, MR.IntersectionPrecomputes_Float? prec, MR.Const_Mesh? mesh, MR.Const_AABBTree? tree, MR.Const_FaceBitSet? region)
 Constructs MR.Line3Mesh<float> elementwise.
 
unsafe Const_Line3Mesh_Float (MR.Const_Line3Mesh_Float _other)
 Generated from constructor MR.Line3Mesh<float>::Line3Mesh.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_Line3f line [get]
 set it to a valid pointer for better performance
 
unsafe MR.? IntersectionPrecomputes_Float prec [get]
 must be set a valid pointer before use
 
unsafe MR.? Const_Mesh mesh [get]
 must be set a valid pointer before use
 
unsafe MR.? Const_AABBTree tree [get]
 may remain nullptr, meaning all mesh
 
unsafe MR.? Const_FaceBitSet region [get]
 
- Properties inherited from MR.Misc.Object< Const_Line3Mesh_Float >
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_Line3Mesh_Float >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.Line3Mesh<float>. This is the const half of the class.


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