add |
Creates a new sketch on the specified planar entity. |
addToBaseOrFormFeature |
Creates a parametric sketch that is associated with a base feature.
Because of a current limitation, if you want to create a sketch associated with a base feature, you must first call the edit method of the base feature, use this method to create the sketch, and then call the finishEdit method of the base feature. The base feature must be in an "edit" state to be able to add any additional items to it. |
addWithoutEdges |
Creates a new sketch on the specified planar entity. If a BRepFace is provided, the edges of the face are not projected into the sketch so the result of creating a new sketch with this method will always be a new empty sketch. |
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(). |
item |
Function that returns the specified sketch using an index into the collection. |
itemByName |
Returns the sketch with the specified name. |