JointGeometry.origin Property
Parent Object:
JointGeometryDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointGeometry.h>
Description
Returns the origin point that's been calculated for this joint geometry.
Syntax
"jointGeometry_var" is a variable referencing a JointGeometry object.
# Get the value of the property. propertyValue = jointGeometry_var.origin
|
"jointGeometry_var" is a variable referencing a JointGeometry object.
#include <Fusion/Components/JointGeometry.h>
// Get the value of the property. Ptr<Point3D> propertyValue = jointGeometry_var->origin();
|
Property Value
This is a read only property whose value is a
Point3D.
Version
Introduced in version July 2015