Collapse All
Expand All
Code: All
Code: Multiple
Code: Visual Basic
Code: C#
Code: Visual C++
Code: J#
Code: JScript
Members Options: Show All
Members Options: Filtered
Members Options: Filtered
Members Options: Filtered
Frameworks: Show All
Frameworks: Multiple
Frameworks: .NET Framework Only
Frameworks: .NET Compact Framework Only
Frameworks: XNA Framework Only
Visual Basic
C#
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
CAD .NET 15.2
DXFArc Members
DXFArc Class
Constructors
Methods
Fields
Properties
See Also
Represents an arc in a DXF image.
The following tables list the members exposed by the
DXFArc
type.
Public Constructors
Name
Description
DXFArc
(Overloaded) Initializes a new instance of the
DXFArc
class.
Top
Public Properties
Name
Description
Color
Gets or sets a color for this figure. (inherited from
DXFFigure
).
EndAngle
Represents the end angle of an arc.
Layer
Gets or sets the current layer for this figure. (inherited from
DXFFigure
).
Point
Gets or sets coordinates of the center point of an arc.
Radius
Gets or sets the radius of an arc.
StartAngle
Represents the start angle of an arc.
Top
Public Methods
Name
Description
Equals
(Overloaded) (inherited from
Object
).
ExportAsDXF
Adds an arc to the DXFExport figures collection.
ExportBlockAsDXF
Virtual function. For redifinition in descendant classes. (inherited from
DXFFigure
).
GetHashCode
(inherited from
Object
).
GetType
(inherited from
Object
).
ParseToLines
Performs figure approximation by linear segments.
ReferenceEquals
(inherited from
Object
).
ToString
(inherited from
Object
).
Top
Fields
Name
Description
data
Represents all data (DXFData) of a figure. (inherited from
DXFFigure
).
Top
See Also
Reference
DXFArc Class
CADImport.Export.SimpleCADtoDXF Namespace