A perpendicular constraint in a sketch.
| Name | Description |
| 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(). |
| createForAssemblyContext |
Creates or returns a proxy for the native object - i.e. a new object that represents this object but adds the assembly context defined by the input occurrence. |
| deleteMe |
Deletes this constraint. The IsDeletable property can be used to determine if this constraint can be deleted. |
| Name | Description |
| assemblyContext | Returns the assembly occurrence (i.e. the occurrence) of this object in an assembly. This is only valid in the case where this is acting as a proxy in an assembly. Returns null in the case where the object is not in the context of an assembly but is already the native object. |
| attributes | Returns the collection of attributes associated with this geometric constraint. |
| curve | Returns the curve. |
| entityToken | |
| isDeletable | Indicates if this constraint is deletable. |
| isValid | Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference. |
| line | Returns the line. |
| lineOne | **RETIRED** This property has been retired and replaced by the line property. Returns the first line. |
| lineTwo | **RETIRED** This property has been retired and replaced by the curve property. Returns the second line. |
| nativeObject | The NativeObject is the object outside the context of an assembly and in the context of its parent component. Returns null in the case where this object is not in the context of an assembly but is already the native object. |
| objectType | Returns a string indicating the type of the object. |
| parentSketch | Returns the parent sketch object. |