Namespace Dxflib.Geometry
Classes
GeoArc
The GeoArc Class: Defines a Geometric Circular Arc.
GeoBase
An abstract class that serves two purposes:
- To unify all geometric properties
- To provide the GeometryChanged Event that Occurs when there is a geometry change to alert parent classes that they might need to update their geometry
GeoLine
A Geometric line. This line is different than a line that is inheriting the entity class. This line should only be used for geometric purposes
GeoMath
A Static Class that contains static method for calcuating geometric values.
GeoPolyline
The GeoPolyline Class, which is a container of the GeoMetricEntityBase. This Object contains both GeoArcs and GeoLines. This Object is essentially a wrapper over a System.Collections.Generic.List<T> where T is the GeoBase type.
Vertex
The Vertex Class
Interfaces
IGeoLinear
Interface for a Geometric Linear Object
Enums
GeometryEntityTypes
The different geometry entity types