RadialDimension 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 RadialDimension : Dimension
Inheritance
Object    DxfObject    EntityObject    Dimension    RadialDimension

Constructors

RadialDimensionInitializes a new instance of the RadialDimension class
RadialDimension(Arc, Double)Initializes a new instance of the RadialDimension class
RadialDimension(Circle, Double)Initializes a new instance of the RadialDimension class
RadialDimension(Vector2, Vector2)Initializes a new instance of the RadialDimension class
RadialDimension(Arc, Double, DimensionStyle)Initializes a new instance of the RadialDimension class
RadialDimension(Circle, Double, DimensionStyle)Initializes a new instance of the RadialDimension class
RadialDimension(Vector2, Vector2, DimensionStyle)Initializes a new instance of the RadialDimension class

Properties

AttachmentPoint
(Inherited from Dimension)
Block
(Inherited from Dimension)
CenterPoint 
CodeName
(Inherited from DxfObject)
Color
(Inherited from EntityObject)
DimensionType
(Inherited from Dimension)
Elevation
(Inherited from Dimension)
Handle
(Inherited from DxfObject)
IsVisible
(Inherited from EntityObject)
Layer
(Inherited from EntityObject)
LineSpacingFactor
(Inherited from Dimension)
LineSpacingStyle
(Inherited from Dimension)
Linetype
(Inherited from EntityObject)
LinetypeScale
(Inherited from EntityObject)
Lineweight
(Inherited from EntityObject)
Measurement
(Overrides DimensionMeasurement)
Normal
(Inherited from EntityObject)
Owner
(Inherited from EntityObject)
Reactors
(Inherited from EntityObject)
ReferencePoint 
Style
(Inherited from Dimension)
StyleOverrides
(Inherited from Dimension)
TextPositionManuallySet
(Inherited from Dimension)
TextReferencePoint
(Inherited from Dimension)
TextRotation
(Inherited from Dimension)
Transparency
(Inherited from EntityObject)
Type
(Inherited from EntityObject)
UserText
(Inherited from Dimension)
XData
(Inherited from DxfObject)

Methods

Events

See Also