Creates a new transient JointGeometry object based on a torus 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 torus BRepFace object. |
azimuthAngle | JointQuadrantAngleTypes | Specifies the azimuth angle relative to the v parameterization of the input face. The zero, or start angle, is where the v parameter of the sphere is zero. This can be determined by using the getPointAtParameter method of the SurfaceEvaluator object obtained from the evaluator property of the BRepFace object. The possible values can be StartJointQuadrantAngleType, QuarterJointQuadrantAngleType, MiddleJointQuadrantAngleType or ThirdQuarterJointQuadrantAngleType. |
sectionAngle | JointQuadrantAngleTypes | Specifies the angle relative to the start point of the section circle at give azimuth angle. The possible values can be StartJointQuadrantAngleType, QuarterJointQuadrantAngleType, MiddleJointQuadrantAngleType or ThirdQuarterJointQuadrantAngleType. |