Creates a new transient JointGeometry object that is positioned at the intersection of the two input linear BRepEdge objects.
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 case of a failure. |
Name | Type | Description |
edgeOne | BRepEdge | The first linear BRepEdge object. |
edgeTwo | BRepEdge | The second linear BRepEdge object. This edge must exist either on the same body as edgeOne or on a body in the same component as edgeOne. edgeOne and edgeTwo must also both lie on the same plane and must intersect, they cannot be parallel. |