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

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

+ Inheritance diagram for MR.Const_Line3Mesh_Double:

Classes

struct  _Underlying
 

Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_Line3d line [get]
 set it to a valid pointer for better performance
 
unsafe MR.? IntersectionPrecomputes_Double 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_Double >
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_Double >
bool _IsOwningVal
 

Detailed Description

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


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