BoundingBox public class BoundingBox : DesignScriptEntity Documentation Code public CoordinateSystem ContextCoordinateSystem { get; } public Point MaxPoint { get; } public Point MinPoint { get; } public static BoundingBox ByCorners(Point min, Point max) public static BoundingBox ByCornersCoordinateSystem(Point min, Point max, CoordinateSystem cs) public static BoundingBox ByGeometry(Geometry geom) public static BoundingBox ByGeometry(IEnumerable<Geometry> geom) public static BoundingBox ByGeometryCoordinateSystem(Geometry geom, CoordinateSystem cs) public static BoundingBox ByGeometryCoordinateSystem(IEnumerable<Geometry> geom, CoordinateSystem cs) public bool Contains(Point point) public BoundingBox Intersection(BoundingBox other) public bool Intersects(BoundingBox other) public bool IsEmpty() public Cuboid ToCuboid() public PolySurface ToPolySurface()