classType |
Static function that all classes support that returns the type of the class as a string. The returned string matches the string returned by the objectType property. For example if you have a reference to an object and you want to check if it's a SketchLine you can use myObject.objectType == fusion.SketchLine.classType(). |
setAlongEdge |
Specifies the rip feature will be along an edge. |
setBetweenPoints |
This input method is for creating a rip between two points. Each point can be either a BRepVertex or a BRepEdge and an associated offset along the edge. |
setByFace |
Specifies the rip feature will be defined by a face.. |