 | LinearDimension Constructor (Line, Double, Double, Vector3) |
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(
Line referenceLine,
double offset,
double rotation,
Vector3 normal
)
Request Example
View SourceParameters
- referenceLine
- Type: netDxf.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. - normal
- Type: netDxfVector3
Normal vector of the plane where the dimension is defined.
RemarksThe reference points define the distance to be measure.
See Also