Click or drag to resize

Angular3PointDimension Constructor (Arc, Double)

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
)

Parameters

arc
Type: DXFReaderNET.EntitiesArc
Arc to measure.
offset
Type: SystemDouble
Distance between the center of the arc and the dimension line.
See Also