OpenMaya.MPoint

__str__ Printable-friendly version of the values.
bnGet Retrieve the values as a list.

MPoint.__str__()[source]

Printable-friendly version of the values.

Categories: fix.

Returns:A printable-friendly version of the values.
Return type:str

MPoint.bnGet()[source]

Retrieve the values as a list.

Categories: MScriptUtil.

Returns:The values.
Return type:list [x, y, z, w]