 | Angular2LineDimension Constructor (Vector2, Vector2, Vector2, Vector2, Double, DimensionStyle) |
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
Syntaxpublic Angular2LineDimension(
Vector2 startFirstLine,
Vector2 endFirstLine,
Vector2 startSecondLine,
Vector2 endSecondLine,
double offset,
DimensionStyle style
)
Request Example
View SourceParameters
- startFirstLine
- Type: netDxfVector2
Start point of the first line that defines the angle to measure. - endFirstLine
- Type: netDxfVector2
End point of the first line that defines the angle to measure. - startSecondLine
- Type: netDxfVector2
Start point of the second line that defines the angle to measure. - endSecondLine
- Type: netDxfVector2
End point of the second line that defines the angle to measure. - 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