Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Features.SubfeatureInfo arg0) |
| None | __init__ (self, str name, bool isInfinite, func_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane_from_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane create) |
| func_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane_from_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane | create (self) |
| None | create (self, func_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane_from_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane arg1) |
| bool | isInfinite (self) |
| None | isInfinite (self, bool arg1) |
| str | name (self) |
| None | name (self, str arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Features.SubfeatureInfo | operator (*args, **kwargs) |
| Features.SubfeatureInfo | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_create = 24 |
| typing | _offsetof_isInfinite = 16 |
| typing | _offsetof_name = 0 |
Generated from: MR::Features::SubfeatureInfo Describes a single feature produced by `forEachSubfeature()`.
|
static |
| None mrmeshpy.Features.SubfeatureInfo.__init__ | ( | self | ) |
| None mrmeshpy.Features.SubfeatureInfo.__init__ | ( | self, | |
| Features.SubfeatureInfo | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.Features.SubfeatureInfo.__init__ | ( | self, | |
| str | name, | ||
| bool | isInfinite, | ||
| func_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane_from_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane | create ) |
Implicit aggregate constructor.
| func_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane_from_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane mrmeshpy.Features.SubfeatureInfo.create | ( | self | ) |
Call this to create this subfeature. Pass the same feature you passed to `forEachSubfeature()`, or a DIFFERENT one to create the same kind of subfeature relative to that.
| None mrmeshpy.Features.SubfeatureInfo.create | ( | self, | |
| func_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane_from_std_variant_Sphere_Vector3_float_Features_Primitives_ConeSegment_Features_Primitives_Plane | arg1 ) |
| bool mrmeshpy.Features.SubfeatureInfo.isInfinite | ( | self | ) |
Whether the feature has infinite length.
| None mrmeshpy.Features.SubfeatureInfo.isInfinite | ( | self, | |
| bool | arg1 ) |
| str mrmeshpy.Features.SubfeatureInfo.name | ( | self | ) |
A user-friendly name.
| None mrmeshpy.Features.SubfeatureInfo.name | ( | self, | |
| str | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |