Click or drag to resize

AnnotationBaseGetBoundingBox Method

Overload List
  NameDescription
Public methodCode exampleGetBoundingBox(Boolean)
Bounding box solver. Gets the world axis aligned bounding box for the geometry.
(Inherited from GeometryBase.)
Public methodCode exampleGetBoundingBox(Plane)
Aligned Bounding box solver. Gets the plane aligned bounding box.
(Inherited from GeometryBase.)
Public methodGetBoundingBox(Transform)
Aligned bounding box solver. Gets the world axis aligned bounding box for the transformed geometry.
(Overrides GeometryBaseGetBoundingBox(Transform).)
Public methodGetBoundingBox(Plane, Box)
Aligned Bounding box solver. Gets the plane aligned bounding box.
(Inherited from GeometryBase.)
Top
See Also