Angular2LineDimension Constructor (Line, Line, Double, Vector3)
|
Initializes a new instance of the Angular2LineDimension class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Angular2LineDimension(
Line firstLine,
Line secondLine,
double offset,
Vector3 normal
)
Public Sub New (
firstLine As Line,
secondLine As Line,
offset As Double,
normal As Vector3
)
public:
Angular2LineDimension(
Line^ firstLine,
Line^ secondLine,
double offset,
Vector3 normal
)
new :
firstLine : Line *
secondLine : Line *
offset : float *
normal : Vector3 -> Angular2LineDimension
CONSTRUCTOR(
firstLine AS Line,
secondLine AS Line,
offset AS REAL8,
normal AS Vector3
)
Parameters
- firstLine
- Type: DXFReaderNET.EntitiesLine
First line that defines the angle to measure. - secondLine
- Type: DXFReaderNET.EntitiesLine
Second line that defines the angle to measure. - offset
- Type: SystemDouble
Distance between the center point and the dimension line. - normal
- Type: DXFReaderNETVector3
Normal vector of the plane where the dimension is defined.
See Also