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) |
Generated from: MR::Features::SubfeatureInfo Describes a single feature produced by `forEachSubfeature()`.
None meshlib.mrmeshpy.Features.SubfeatureInfo.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.Features.SubfeatureInfo.__init__ | ( | self, | |
Features.SubfeatureInfo | arg0 ) |
Implicit copy constructor.
None meshlib.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 meshlib.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 meshlib.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 meshlib.mrmeshpy.Features.SubfeatureInfo.isInfinite | ( | self | ) |
Whether the feature has infinite length.
None meshlib.mrmeshpy.Features.SubfeatureInfo.isInfinite | ( | self, | |
bool | arg1 ) |
str meshlib.mrmeshpy.Features.SubfeatureInfo.name | ( | self | ) |
A user-friendly name.
None meshlib.mrmeshpy.Features.SubfeatureInfo.name | ( | self, | |
str | arg1 ) |