Arc Class

Definition

Namespace: netDxf.Entities
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class Arc : EntityObject
Inheritance
Object    DxfObject    EntityObject    Arc

Constructors

ArcInitializes a new instance of the Arc class
Arc(Vector2, Double, Double, Double)Initializes a new instance of the Arc class
Arc(Vector3, Double, Double, Double)Initializes a new instance of the Arc class

Properties

Center 
CodeName
(Inherited from DxfObject)
Color
(Inherited from EntityObject)
EndAngle 
Handle
(Inherited from DxfObject)
IsVisible
(Inherited from EntityObject)
Layer
(Inherited from EntityObject)
Linetype
(Inherited from EntityObject)
LinetypeScale
(Inherited from EntityObject)
Lineweight
(Inherited from EntityObject)
Normal
(Inherited from EntityObject)
Owner
(Inherited from EntityObject)
Radius 
Reactors
(Inherited from EntityObject)
StartAngle 
Thickness 
Transparency
(Inherited from EntityObject)
Type
(Inherited from EntityObject)
XData
(Inherited from DxfObject)

Methods

Events

LayerChanged
(Inherited from EntityObject)
LinetypeChanged
(Inherited from EntityObject)
XDataAddAppReg
(Inherited from DxfObject)
XDataRemoveAppReg
(Inherited from DxfObject)

See Also