Click or drag to resize

Angular2LineDimension Constructor (Line, Line, Double)

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

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Angular2LineDimension(
	Line firstLine,
	Line secondLine,
	double offset
)
Request Example View Source

Parameters

firstLine
Type: netDxf.EntitiesLine
First line that defines the angle to measure.
secondLine
Type: netDxf.EntitiesLine
Second line that defines the angle to measure.
offset
Type: SystemDouble
Distance between the center point and the dimension line.
See Also