Click or drag to resize

Angular3PointDimension Constructor (Arc, Double)

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

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Angular3PointDimension(
	Arc arc,
	double offset
)
Request Example View Source

Parameters

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