Click or drag to resize

RadialDimension Constructor (Circle, Double, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the RadialDimension class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public RadialDimension(
	Circle circle,
	double rotation,
	double offset
)
Request Example View Source

Parameters

circle
Type: netDxf.EntitiesCircle
Circle to measure.
rotation
Type: SystemDouble
Rotation in degrees of the dimension line.
offset
Type: SystemDouble
Distance between the reference point and the dimension text
Remarks
The center point and the definition point define the distance to be measure.
See Also