Click or drag to resize

RadialDimension Constructor (Arc, Double, Double, DimensionStyle)

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(
	Arc arc,
	double rotation,
	double offset,
	DimensionStyle style
)
Request Example View Source

Parameters

arc
Type: netDxf.EntitiesArc
Arc to measure.
rotation
Type: SystemDouble
Rotation in degrees of the dimension line.
offset
Type: SystemDouble
Distance between the reference point and the dimension text
style
Type: netDxf.TablesDimensionStyle
The style to use with the dimension.
Remarks
The center point and the definition point define the distance to be measure.
See Also