Interface IExamineSpatialShape
Spatial Shape
public interface IExamineSpatialShape
Properties
Center
Center Point of Shape
IExamineSpatialPoint Center { get; }
Property Value
IsEmpty
Whether the Shape is Empty
bool IsEmpty { get; }
Spatial Shape
public interface IExamineSpatialShape
Center Point of Shape
IExamineSpatialPoint Center { get; }
Whether the Shape is Empty
bool IsEmpty { get; }