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) |
Aliases: std_variant_float_Vector3f, FeaturesPropertyTypesVariant
None meshlib.mrmeshpy.std_variant_float_Vector3_float.__init__ | ( | self | ) |
None meshlib.mrmeshpy.std_variant_float_Vector3_float.__init__ | ( | self, | |
std_variant_float_Vector3_float | arg0 ) |
None meshlib.mrmeshpy.std_variant_float_Vector3_float.__init__ | ( | self, | |
float | arg0 ) |
None meshlib.mrmeshpy.std_variant_float_Vector3_float.__init__ | ( | self, | |
Vector3f | arg0 ) |
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.
float meshlib.mrmeshpy.std_variant_float_Vector3_float.get_float | ( | self | ) |
Return this alternative, or throw if it's not active.
Vector3f meshlib.mrmeshpy.std_variant_float_Vector3_float.get_Vector3_float | ( | self | ) |
Return this alternative, or throw if it's not active.