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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Aliases: std_variant_float_Vector3f, FeaturesPropertyTypesVariant
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 ) |
|
staticprotected |
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.