JointGeometry.planeOne Property
Parent Object:
JointGeometryDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointGeometry.h>
Description
Returns the first plane for joint geometry that is defined between two planes. Returns null in all other cases.
Syntax
"jointGeometry_var" is a variable referencing a JointGeometry object.
# Get the value of the property. propertyValue = jointGeometry_var.planeOne
|
"jointGeometry_var" is a variable referencing a JointGeometry object.
#include <Fusion/Components/JointGeometry.h>
// Get the value of the property. Ptr<Base> propertyValue = jointGeometry_var->planeOne();
|
Property Value
This is a read only property whose value is a
Base.
Version
Introduced in version January 2016