Click or drag to resize

Angular3PointDimension Constructor (Arc, Double, DimensionStyle)

Initializes a new instance of the Angular3PointDimension class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Angular3PointDimension(
	Arc arc,
	double offset,
	DimensionStyle style
)

Parameters

arc
Type: DXFReaderNET.EntitiesArc
Angle arc to measure.
offset
Type: SystemDouble
Distance between the center of the arc and the dimension line.
style
Type: DXFReaderNET.TablesDimensionStyle
The style to use with the dimension.
See Also