Creates a new transient JointGeometry object based on a spline BRepFace object.
This is a static method.
|
This is a static method.
|
Type | Description |
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. |
Name | Type | Description |
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. |