Angular2LineDimension Constructor (Vector2, Vector2, Vector2, Vector2, Double, DimensionStyle)
|
Initializes a new instance of the Angular2LineDimension class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Angular2LineDimension(
Vector2 startFirstLine,
Vector2 endFirstLine,
Vector2 startSecondLine,
Vector2 endSecondLine,
double offset,
DimensionStyle style
)
Public Sub New (
startFirstLine As Vector2,
endFirstLine As Vector2,
startSecondLine As Vector2,
endSecondLine As Vector2,
offset As Double,
style As DimensionStyle
)
public:
Angular2LineDimension(
Vector2 startFirstLine,
Vector2 endFirstLine,
Vector2 startSecondLine,
Vector2 endSecondLine,
double offset,
DimensionStyle^ style
)
new :
startFirstLine : Vector2 *
endFirstLine : Vector2 *
startSecondLine : Vector2 *
endSecondLine : Vector2 *
offset : float *
style : DimensionStyle -> Angular2LineDimension
CONSTRUCTOR(
startFirstLine AS Vector2,
endFirstLine AS Vector2,
startSecondLine AS Vector2,
endSecondLine AS Vector2,
offset AS REAL8,
style AS DimensionStyle
)
Parameters
- startFirstLine
- Type: DXFReaderNETVector2
Start point of the first line that defines the angle to measure. - endFirstLine
- Type: DXFReaderNETVector2
End point of the first line that defines the angle to measure. - startSecondLine
- Type: DXFReaderNETVector2
Start point of the second line that defines the angle to measure. - endSecondLine
- Type: DXFReaderNETVector2
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: DXFReaderNET.TablesDimensionStyle
The style to use with the dimension.
See Also