Click or drag to resize

Angular3PointDimension Constructor (Arc, Double, DimensionStyle)

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,
	DimensionStyle style
)
Request Example View Source

Parameters

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