IGeometryEntity public interface IGeometryEntity : IDesignScriptEntity, IDisposable, ITransformableEntity Documentation Code IBoundingBoxEntity BoundingBox { get; } ICoordinateSystemEntity ContextCoordinateSystem { get; } IGeometryEntity Clone() IPointEntity ClosestPointTo(IGeometryEntity entity) double DistanceTo(IGeometryEntity entity) bool DoesIntersect(IGeometryEntity entity) IGeometryEntity[] Explode() IGeometryEntity[] Intersect(IGeometryEntity entity) IGeometryEntity[] IntersectAll(IGeometryEntity[] entity) bool IsAlmostEqualTo(IGeometryEntity other) IGeometryEntity[] Split(IGeometryEntity tool) IGeometryEntity[] Trim(IGeometryEntity tool, IPointEntity pick)