JointGeometry.createByPoint Method
Parent Object:
JointGeometryDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointGeometry.h>
Description
Creates a new transient JointGeometry object using a ConstructionPoint, SketchPoint or BRepVertex as input. A JointGeometry object can be used to create a joint or joint origin.
Syntax
This is a static method.
returnValue = adsk.fusion.JointGeometry.createByPoint(point)
|
This is a static method.
#include <Fusion/Components/JointGeometry.h>
returnValue = adsk::fusion::JointGeometry::createByPoint(point);
|
Return Value
JointGeometry |
Returns the transient JointGeometry object that can be used to create a joint or joint origin or null in case of a failure. |
Parameters
point |
Base |
The ConstructionPoint, SketchPoint or BRepVertex object. |
Samples
Version
Introduced in version July 2015