AlignedDimension Constructor (Line, Double, Vector3, DimensionStyle)
|
Initializes a new instance of the AlignedDimension class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AlignedDimension(
Line referenceLine,
double offset,
Vector3 normal,
DimensionStyle style
)
Public Sub New (
referenceLine As Line,
offset As Double,
normal As Vector3,
style As DimensionStyle
)
public:
AlignedDimension(
Line^ referenceLine,
double offset,
Vector3 normal,
DimensionStyle^ style
)
new :
referenceLine : Line *
offset : float *
normal : Vector3 *
style : DimensionStyle -> AlignedDimension
CONSTRUCTOR(
referenceLine AS Line,
offset AS REAL8,
normal AS Vector3,
style AS DimensionStyle
)
Parameters
- referenceLine
- Type: DXFReaderNET.EntitiesLine
Reference line of the dimension. - offset
- Type: SystemDouble
Distance between the reference line and the dimension line. - normal
- Type: DXFReaderNETVector3
Normal vector of the plane where the dimension is defined. - style
- Type: DXFReaderNET.TablesDimensionStyle
The style to use with the dimension.
Remarks The reference line define the distance to be measure.
See Also