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

Public Member Functions

None __init__ (self)
 
None __init__ (self, std_variant_float_Vector3_float arg0)
 
None __init__ (self, float arg0)
 
None __init__ (self, Vector3f arg0)
 
str current_type (self)
 
Vector3f get_Vector3_float (self)
 
float get_float (self)
 

Detailed Description

Aliases:  std_variant_float_Vector3f, FeaturesPropertyTypesVariant

Constructor & Destructor Documentation

◆ __init__() [1/4]

None meshlib.mrmeshpy.std_variant_float_Vector3_float.__init__ ( self)

◆ __init__() [2/4]

None meshlib.mrmeshpy.std_variant_float_Vector3_float.__init__ ( self,
std_variant_float_Vector3_float arg0 )

◆ __init__() [3/4]

None meshlib.mrmeshpy.std_variant_float_Vector3_float.__init__ ( self,
float arg0 )

◆ __init__() [4/4]

None meshlib.mrmeshpy.std_variant_float_Vector3_float.__init__ ( self,
Vector3f arg0 )

Member Function Documentation

◆ current_type()

str meshlib.mrmeshpy.std_variant_float_Vector3_float.current_type ( self)
Returns the current type name as a string. Call `get_<TypeName>()` to get the value.

◆ get_float()

float meshlib.mrmeshpy.std_variant_float_Vector3_float.get_float ( self)
Return this alternative, or throw if it's not active.

◆ get_Vector3_float()

Vector3f meshlib.mrmeshpy.std_variant_float_Vector3_float.get_Vector3_float ( self)
Return this alternative, or throw if it's not active.

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