Click or drag to resize

Angular3PointDimension Constructor (Vector2, Vector2, Vector2, 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(
	Vector2 centerPoint,
	Vector2 startPoint,
	Vector2 endPoint,
	double offset,
	DimensionStyle style
)
Request Example View Source

Parameters

centerPoint
Type: netDxfVector2
Center of the angle arc to measure.
startPoint
Type: netDxfVector2
Angle start point.
endPoint
Type: netDxfVector2
Angle end point.
offset
Type: SystemDouble
Distance between the center point and the dimension line.
style
Type: netDxf.TablesDimensionStyle
The style to use with the dimension.
See Also