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

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

+ Inheritance diagram for MR.MakeBridgeResult:

Public Member Functions

unsafe MakeBridgeResult ()
 Constructs an empty (default-constructed) instance.
 
unsafe MakeBridgeResult (int newFaces, MR.EdgeId na, MR.EdgeId nb)
 Constructs MR.MakeBridgeResult elementwise.
 
unsafe MakeBridgeResult (MR.Const_MakeBridgeResult _other)
 Generated from constructor MR.MakeBridgeResult.MakeBridgeResult.
 
 MakeBridgeResult (MakeBridgeResult _other)
 Generated from constructor MR.MakeBridgeResult.MakeBridgeResult.
 
unsafe MR.MakeBridgeResult assign (MR.Const_MakeBridgeResult _other)
 Generated from method MR.MakeBridgeResult.operator=.
 

Properties

new unsafe ref int newFaces [get]
 the number of faces added to the mesh
 
new unsafe ref MR.EdgeId na [get]
 
new unsafe ref MR.EdgeId nb [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MakeBridgeResult() [1/4]

unsafe MR.MakeBridgeResult.MakeBridgeResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ MakeBridgeResult() [2/4]

unsafe MR.MakeBridgeResult.MakeBridgeResult ( int newFaces,
MR.EdgeId na,
MR.EdgeId nb )
inline

Constructs MR.MakeBridgeResult elementwise.

◆ MakeBridgeResult() [3/4]

unsafe MR.MakeBridgeResult.MakeBridgeResult ( MR.Const_MakeBridgeResult _other)
inline

Generated from constructor MR.MakeBridgeResult.MakeBridgeResult.

◆ MakeBridgeResult() [4/4]

MR.MakeBridgeResult.MakeBridgeResult ( MakeBridgeResult _other)
inline

Generated from constructor MR.MakeBridgeResult.MakeBridgeResult.

Member Function Documentation

◆ assign()

unsafe MR.MakeBridgeResult MR.MakeBridgeResult.assign ( MR.Const_MakeBridgeResult _other)
inline

Generated from method MR.MakeBridgeResult.operator=.

Property Documentation

◆ na

new unsafe ref MR.EdgeId MR.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

new unsafe ref MR.EdgeId MR.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)

◆ newFaces

new unsafe ref int MR.MakeBridgeResult.newFaces
get

the number of faces added to the mesh


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