This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 413
5d7ee5d1 6c00 fe93 c10c f9b0b2da7687
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Angular2LineDimension
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Angular2LineDimension(
Line firstLine,
Line secondLine,
double offset
)
VB
Public Sub New (
firstLine As Line,
secondLine As Line,
offset As Double
)
C++
public:
Angular2LineDimension(
Line^ firstLine,
Line^ secondLine,
double offset
)
F#
new :
firstLine : Line *
secondLine : Line *
offset : float -> Angular2LineDimension
- Line
- First line that defines the angle to measure.
- Line
- Second line that defines the angle to measure.
- Double
- Distance between the center point and the dimension line.
Angular2LineDimension Class
Angular2LineDimension Overload
netDxf.Entities Namespace