add |
Creates a new joint. |
addInferredJoint |
Creates a new inferred joint. |
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(). |
createInferredJointInput |
Creates a joint input to define an inferred joint. Use functionality on the returned InferredJointInput to define the input needed to infer a joint. |
createInput |
Creates a JointInput object, which is the API equivalent to the Joint command dialog. You you use methods and properties on the returned class to set the desired options, similar to providing input and setting options in the Joint command dialog. Once the settings are defined you call the Joints.add method passing in the JointInput object to create the actual joint. |
item |
Function that returns the specified joint using an index into the collection. |
itemByName |
Function that returns the specified joint using a name. |