Click or drag to resize

LinearDimension Constructor (Line, Double, Double, DimensionStyle)

Initializes a new instance of the LinearDimension class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public LinearDimension(
	Line referenceLine,
	double offset,
	double rotation,
	DimensionStyle style
)

Parameters

referenceLine
Type: DXFReaderNET.EntitiesLine
Reference line of the dimension.
offset
Type: SystemDouble
Distance between the reference line and the dimension line.
rotation
Type: SystemDouble
Rotation in degrees of the dimension line.
style
Type: DXFReaderNET.TablesDimensionStyle
The style to use with the dimension.
Remarks
The reference points define the distance to be measure.
See Also