IBoundingBoxEntity public interface IBoundingBoxEntity : IDesignScriptEntity, IDisposable Documentation Code ICoordinateSystemEntity ContextCoordinateSystem { get; } IPointEntity MaxPoint { get; } IPointEntity MinPoint { get; } bool Contains(IPointEntity point) IBoundingBoxEntity Intersection(IBoundingBoxEntity other) bool Intersects(IBoundingBoxEntity other) bool IsEmpty() ICuboidEntity ToCuboid() IPolySurfaceEntity ToPolySurface()