Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, EmbeddedStructureParameters arg0) |
| None | __init__ (self, float fillAngle, float cutAngle, float minAnglePrecision, FaceBitSet outStructFaces, FaceBitSet outFillFaces, FaceBitSet outCutFaces, FaceMap new2oldFaces) |
| float | cutAngle (self) |
| None | cutAngle (self, float arg1) |
| float | fillAngle (self) |
| None | fillAngle (self, float arg1) |
| float | minAnglePrecision (self) |
| None | minAnglePrecision (self, float arg1) |
| FaceMap | new2oldFaces (self) |
| None | new2oldFaces (self, FaceMap arg1) |
| FaceBitSet | outCutFaces (self) |
| None | outCutFaces (self, FaceBitSet arg1) |
| FaceBitSet | outFillFaces (self) |
| None | outFillFaces (self, FaceBitSet arg1) |
| FaceBitSet | outStructFaces (self) |
| None | outStructFaces (self, FaceBitSet arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| EmbeddedStructureParameters | operator (*args, **kwargs) |
| EmbeddedStructureParameters | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_cutAngle = 4 |
| typing | _offsetof_fillAngle = 0 |
| typing | _offsetof_minAnglePrecision = 8 |
| typing | _offsetof_new2oldFaces = 40 |
| typing | _offsetof_outCutFaces = 32 |
| typing | _offsetof_outFillFaces = 24 |
| typing | _offsetof_outStructFaces = 16 |
Generated from: MR::EmbeddedStructureParameters Parameters of structure embedding in terrain
|
static |
| None mrmeshpy.EmbeddedStructureParameters.__init__ | ( | self | ) |
| None mrmeshpy.EmbeddedStructureParameters.__init__ | ( | self, | |
| EmbeddedStructureParameters | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.EmbeddedStructureParameters.__init__ | ( | self, | |
| float | fillAngle, | ||
| float | cutAngle, | ||
| float | minAnglePrecision, | ||
| FaceBitSet | outStructFaces, | ||
| FaceBitSet | outFillFaces, | ||
| FaceBitSet | outCutFaces, | ||
| FaceMap | new2oldFaces ) |
Implicit aggregate constructor.
| float mrmeshpy.EmbeddedStructureParameters.cutAngle | ( | self | ) |
angle of cut cone (pit)
| None mrmeshpy.EmbeddedStructureParameters.cutAngle | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.EmbeddedStructureParameters.fillAngle | ( | self | ) |
angle of fill cone (mound)
| None mrmeshpy.EmbeddedStructureParameters.fillAngle | ( | self, | |
| float | arg1 ) |
| float mrmeshpy.EmbeddedStructureParameters.minAnglePrecision | ( | self | ) |
20 deg
| None mrmeshpy.EmbeddedStructureParameters.minAnglePrecision | ( | self, | |
| float | arg1 ) |
| FaceMap mrmeshpy.EmbeddedStructureParameters.new2oldFaces | ( | self | ) |
optional out map new terrain faces to old terrain faces
| None mrmeshpy.EmbeddedStructureParameters.new2oldFaces | ( | self, | |
| FaceMap | arg1 ) |
|
static |
|
static |
| FaceBitSet mrmeshpy.EmbeddedStructureParameters.outCutFaces | ( | self | ) |
optional out new faces of cut part
| None mrmeshpy.EmbeddedStructureParameters.outCutFaces | ( | self, | |
| FaceBitSet | arg1 ) |
| FaceBitSet mrmeshpy.EmbeddedStructureParameters.outFillFaces | ( | self | ) |
optional out new faces of fill part
| None mrmeshpy.EmbeddedStructureParameters.outFillFaces | ( | self, | |
| FaceBitSet | arg1 ) |
| FaceBitSet mrmeshpy.EmbeddedStructureParameters.outStructFaces | ( | self | ) |
optional out new faces of embedded structure
| None mrmeshpy.EmbeddedStructureParameters.outStructFaces | ( | self, | |
| FaceBitSet | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |