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) | |
Generated from: MR::MakeBridgeResult
None mrmeshpy.MakeBridgeResult.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.MakeBridgeResult.__init__ | ( | self, | |
MakeBridgeResult | arg0 ) |
Implicit copy constructor.
None mrmeshpy.MakeBridgeResult.__init__ | ( | self, | |
int | newFaces, | ||
Id_EdgeTag | na, | ||
Id_EdgeTag | nb ) |
Implicit aggregate constructor.
bool mrmeshpy.MakeBridgeResult.__bool__ | ( | self | ) |
bridge construction is successful if at least one new face was created
|
staticprotected |
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)
None mrmeshpy.MakeBridgeResult.na | ( | self, | |
Id_EdgeTag | arg1 ) |
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)
None mrmeshpy.MakeBridgeResult.nb | ( | self, | |
Id_EdgeTag | arg1 ) |
int mrmeshpy.MakeBridgeResult.newFaces | ( | self | ) |
the number of faces added to the mesh
None mrmeshpy.MakeBridgeResult.newFaces | ( | self, | |
int | arg1 ) |