Uses of Class
com.aspose.threed.BoundingBoxExtent
-
-
Uses of BoundingBoxExtent in com.aspose.threed
Methods in com.aspose.threed that return BoundingBoxExtent Modifier and Type Method Description BoundingBoxExtent
BoundingBox. getExtent()
Gets the extent of the bounding box.BoundingBoxExtent
BoundingBox2D. getExtent()
Gets the extent of the bounding box.static BoundingBoxExtent
BoundingBoxExtent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BoundingBoxExtent[]
BoundingBoxExtent. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-