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(). |
getOrientedBoundingBox |
Calculates an oriented bounding box for the input geometry. The bounding box is tight fitting to the input geometry and is particularly useful when you want to calculate a bounding box that is not oriented to be parallel to the model x-y-z plane.
The height direction is automatically determined using the length and width directions. |
measureAngle |
Measures the angle between the input geometry. |
measureMinimumDistance |
Measures the minimum distance between the two input geometries. |