This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
Home
haplokuon edited this page May 6, 2023
·
55 revisions
netDxf 3.0.0 Library
netDxf Library base namespace.
| AciColor | Represents an ACI color (AutoCAD Color Index) that also supports true color. |
| BezierCurve | Represent a bezier curve. |
| BezierCurveCubic | Represent a cubic bezier curve. |
| BezierCurveQuadratic | Represent a quadratic bezier curve. |
| BoundingRectangle | Represents an axis aligned bounding rectangle. |
| ClippingBoundary | Represent a clipping boundary to display specific portions of an Image, an Underlay, or a Wipeout. |
| DxfDocument | Represents a document to read and write DXF files. |
| DxfObject | Represents the base class for all DXF objects. |
| DxfObjectCode | DXF string codes. |
| DxfObjectReference | Represent a reference to a TableObject. |
| MathHelper | Utility math functions and constants. |
| StringEnum(T) | Helper class for working with 'extended' enums using StringValueAttribute attributes. |
| StringValueAttribute | Simple attribute class for storing String Values |
| Symbols | Symbols for dxf text strings. |
| Transparency | Represents the transparency of a layer or an entity. |
| XData | Represents the extended data information. |
| XDataRecord | Represents an entry in the extended data of an entity. |
| Matrix2 | Represents a 2x2 double precision matrix. |
| Matrix3 | Represents a 3x3 double precision matrix. |
| Matrix4 | Represents a 4x4 double precision matrix. |
| Vector2 | Represent a two component vector of double precision. |
| Vector3 | Represent a three component vector of double precision. |
| Vector4 | Represent a four component vector of double precision. |
| DxfObject.XDataAddAppRegEventHandler | |
| DxfObject.XDataRemoveAppRegEventHandler |
| ClippingBoundaryType | Image clipping boundary type. |
| CoordinateSystem | Defines the coordinate system reference. |
| Lineweight | Represents the line weight of a layer or an entity. |
| XDataCode | Defines the extended data code. |