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

Generated from class MR.MakeBridgeResult. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_MakeBridgeResult:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_MakeBridgeResult ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_MakeBridgeResult (int newFaces, MR.EdgeId na, MR.EdgeId nb)
 Constructs MR.MakeBridgeResult elementwise.
 
unsafe Const_MakeBridgeResult (MR.Const_MakeBridgeResult _other)
 Generated from constructor MR.MakeBridgeResult.MakeBridgeResult.
 

Static Public Member Functions

static unsafe operator bool (MR.Const_MakeBridgeResult _this)
 bridge construction is successful if at least one new face was created Generated from conversion operator MR.MakeBridgeResult.operator bool.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe int newFaces [get]
 the number of faces added to the mesh
 
unsafe ref readonly MR.EdgeId na [get]
 
unsafe ref readonly MR.EdgeId nb [get]
 
- Properties inherited from MR.Misc.Object< Const_MakeBridgeResult >
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_MakeBridgeResult >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.MakeBridgeResult. This is the const half of the class.

Property Documentation

◆ na

unsafe ref readonly MR.EdgeId MR.Const_MakeBridgeResult.na
get

the edge na (nb) if valid is a new boundary edge of the created bridge without left face, having the same origin as input edge a (b)

◆ nb

unsafe ref readonly MR.EdgeId MR.Const_MakeBridgeResult.nb
get

the edge na (nb) if valid is a new boundary edge of the created bridge without left face, having the same origin as input edge a (b)


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