Public Member Functions | |
bool | __bool__ (self) |
None | __init__ (self) |
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 Public Member Functions | |
None | __init__ (*args, **kwargs) |
MakeBridgeResult | operator (*args, **kwargs) |
MakeBridgeResult | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_na = 4 |
typing | _offsetof_nb = 8 |
typing | _offsetof_newFaces = 0 |
Generated from: MR::MakeBridgeResult
|
static |
None mrmeshpy.MakeBridgeResult.__init__ | ( | self | ) |
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
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 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |