maxon.reinterpret_cast¶
-
maxon.
reinterpret_cast
(T, o)¶ Cast(T, o) Cast the object o to the type T.
Warning
This function is only there to expose a C++ Object to Python.As a Python developer you normally don’t have to deal with this function.Usemaxon.MaxonConvert()
instead.Parameters: - T (type) – The type to cast the object to.
- o (Any) – The Initial object
Returns: The casted object
Return type: T