MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.Features.SubfeatureInfo Class Reference

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)
 

Detailed Description

Generated from:  MR::Features::SubfeatureInfo

Describes a single feature produced by `forEachSubfeature()`.

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.Features.SubfeatureInfo.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.Features.SubfeatureInfo.__init__ ( self,
Features.SubfeatureInfo arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

Implicit aggregate constructor.

Member Function Documentation

◆ create() [1/2]

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.

◆ create() [2/2]

◆ isInfinite() [1/2]

bool meshlib.mrmeshpy.Features.SubfeatureInfo.isInfinite ( self)
Whether the feature has infinite length.

◆ isInfinite() [2/2]

None meshlib.mrmeshpy.Features.SubfeatureInfo.isInfinite ( self,
bool arg1 )

◆ name() [1/2]

str meshlib.mrmeshpy.Features.SubfeatureInfo.name ( self)
A user-friendly name.

◆ name() [2/2]

None meshlib.mrmeshpy.Features.SubfeatureInfo.name ( self,
str arg1 )

The documentation for this class was generated from the following file: