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(). |
combine |
Combines this bounding box with the input bounding box. If the input bounding box extends outside this bounding box then this bounding box will be extended to encompass both of the original bounding boxes. |
contains |
Determines if the specified point lies within the bounding box. |
copy |
Create a copy of this bounding box. |
create |
Creates a transient bounding box object. |
expand |
Expand this bounding box to contain the specified point. |
intersects |
Test if this bounding box intersects with the specified bounding box. |