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

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

+ Inheritance diagram for MR.Line3Mesh_Double:

Public Member Functions

unsafe Line3Mesh_Double ()
 Constructs an empty (default-constructed) instance.
 
unsafe 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 Line3Mesh_Double (MR.Const_Line3Mesh_Double _other)
 Generated from constructor MR.Line3Mesh<double>::Line3Mesh.
 
unsafe MR.Line3Mesh_Double assign (MR.Const_Line3Mesh_Double _other)
 Generated from method MR.Line3Mesh<double>::operator=.
 
- Public Member Functions inherited from MR.Const_Line3Mesh_Double
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.
 

Properties

new unsafe MR.Line3d line [get]
 set it to a valid pointer for better performance
 
new unsafe MR.? IntersectionPrecomputes_Double prec [get, set]
 must be set a valid pointer before use
 
new unsafe MR.? Const_Mesh mesh [get, set]
 must be set a valid pointer before use
 
new unsafe MR.? Const_AABBTree tree [get, set]
 may remain nullptr, meaning all mesh
 
new unsafe MR.? Const_FaceBitSet region [get, set]
 
- Properties inherited from MR.Const_Line3Mesh_Double
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 Member Functions inherited from MR.Const_Line3Mesh_Double
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Line3Mesh_Double >
bool _IsOwningVal
 

Detailed Description

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


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