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