Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, MeshBuilder.BuildSettings arg0) |
| None | __init__ (self, FaceBitSet region, int shiftFaceId, bool allowNonManifoldEdge, int_output skippedFaceCount) |
| bool | allowNonManifoldEdge (self) |
| None | allowNonManifoldEdge (self, bool arg1) |
| FaceBitSet | region (self) |
| None | region (self, FaceBitSet arg1) |
| int | shiftFaceId (self) |
| None | shiftFaceId (self, int arg1) |
| int | skippedFaceCount (self) |
| None | skippedFaceCount (self, int_output arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MeshBuilder.BuildSettings | operator (*args, **kwargs) |
| MeshBuilder.BuildSettings | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_allowNonManifoldEdge = 12 |
| typing | _offsetof_region = 0 |
| typing | _offsetof_shiftFaceId = 8 |
| typing | _offsetof_skippedFaceCount = 16 |
Generated from: MR::MeshBuilder::BuildSettings
|
static |
| None mrmeshpy.MeshBuilder.BuildSettings.__init__ | ( | self | ) |
| None mrmeshpy.MeshBuilder.BuildSettings.__init__ | ( | self, | |
| MeshBuilder.BuildSettings | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MeshBuilder.BuildSettings.__init__ | ( | self, | |
| FaceBitSet | region, | ||
| int | shiftFaceId, | ||
| bool | allowNonManifoldEdge, | ||
| int_output | skippedFaceCount ) |
Implicit aggregate constructor.
| bool mrmeshpy.MeshBuilder.BuildSettings.allowNonManifoldEdge | ( | self | ) |
whether to permit non-manifold edges in the resulting topology
| None mrmeshpy.MeshBuilder.BuildSettings.allowNonManifoldEdge | ( | self, | |
| bool | arg1 ) |
|
static |
|
static |
| FaceBitSet mrmeshpy.MeshBuilder.BuildSettings.region | ( | self | ) |
if region is given then on input it contains the faces to be added, and on output the faces failed to be added
| None mrmeshpy.MeshBuilder.BuildSettings.region | ( | self, | |
| FaceBitSet | arg1 ) |
| int mrmeshpy.MeshBuilder.BuildSettings.shiftFaceId | ( | self | ) |
this value to be added to every faceId before its inclusion in the topology
| None mrmeshpy.MeshBuilder.BuildSettings.shiftFaceId | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.MeshBuilder.BuildSettings.skippedFaceCount | ( | self | ) |
optional output: counter of skipped faces during mesh creation
| None mrmeshpy.MeshBuilder.BuildSettings.skippedFaceCount | ( | self, | |
| int_output | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |