JointGeometry.createBySplineFace Method
Parent Object:
JointGeometryDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/JointGeometry.h>
Description
Creates a new transient JointGeometry object based on a spline BRepFace object.
Syntax
This is a static method.
returnValue = adsk.fusion.JointGeometry.createBySplineFace(face, paramU, paramV)
|
This is a static method.
#include <Fusion/Components/JointGeometry.h>
returnValue = adsk::fusion::JointGeometry::createBySplineFace(face, paramU, paramV);
|
Return Value
JointGeometry |
Returns the transient JointGeometry object that can be used to create a joint or joint origin or null in the case of a failure. |
Parameters
face |
BRepFace |
The spline BRepFace object. |
paramU |
JointKeyPointTypes |
Specifies the u parameter of the input spline face where the joint keypoint will be located. The possible values can be StartKeyPoint, MiddleKeyPoint or EndKeyPoint. |
paramV |
JointKeyPointTypes |
Specifies the v parameter of the input spline face where the joint keypoint will be located. The possible values can be StartKeyPoint, MiddleKeyPoint or EndKeyPoint. |
Version
Introduced in version May 2025