MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.MakeBridgeResult Class Reference

Public Member Functions

bool __bool__ (self)
 
None __init__ (self)
 
None __init__ (self, MakeBridgeResult arg0)
 
None __init__ (self, int newFaces, Id_EdgeTag na, Id_EdgeTag nb)
 
Id_EdgeTag na (self)
 
None na (self, Id_EdgeTag arg1)
 
Id_EdgeTag nb (self)
 
None nb (self, Id_EdgeTag arg1)
 
int newFaces (self)
 
None newFaces (self, int arg1)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::MakeBridgeResult

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.MakeBridgeResult.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None mrmeshpy.MakeBridgeResult.__init__ ( self,
MakeBridgeResult arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None mrmeshpy.MakeBridgeResult.__init__ ( self,
int newFaces,
Id_EdgeTag na,
Id_EdgeTag nb )
Implicit aggregate constructor.

Member Function Documentation

◆ __bool__()

bool mrmeshpy.MakeBridgeResult.__bool__ ( self)
bridge construction is successful if at least one new face was created

◆ _pybind11_conduit_v1_()

mrmeshpy.MakeBridgeResult._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ na() [1/2]

Id_EdgeTag mrmeshpy.MakeBridgeResult.na ( self)
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)

◆ na() [2/2]

None mrmeshpy.MakeBridgeResult.na ( self,
Id_EdgeTag arg1 )

◆ nb() [1/2]

Id_EdgeTag mrmeshpy.MakeBridgeResult.nb ( self)
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() [2/2]

None mrmeshpy.MakeBridgeResult.nb ( self,
Id_EdgeTag arg1 )

◆ newFaces() [1/2]

int mrmeshpy.MakeBridgeResult.newFaces ( self)
the number of faces added to the mesh

◆ newFaces() [2/2]

None mrmeshpy.MakeBridgeResult.newFaces ( self,
int arg1 )

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