 | LinearDimension Constructor (Vector2, Vector2, Double, Double) |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the LinearDimension class.
Namespace:
netDxf.Entities
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxpublic LinearDimension(
Vector2 firstPoint,
Vector2 secondPoint,
double offset,
double rotation
)
Request Example
View SourceParameters
- firstPoint
- Type: netDxfVector2
First reference point of the dimension. - secondPoint
- Type: netDxfVector2
Second reference point of the dimension. - offset
- Type: SystemDouble
Distance between the mid point reference line and the dimension line. - rotation
- Type: SystemDouble
Rotation in degrees of the dimension line.
RemarksThe reference points define the distance to be measure.
See Also