This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
9c610091 b671 4931 5c1b 4f881b6af612
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Trace class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Trace(
Vector2 firstVertex,
Vector2 secondVertex,
Vector2 thirdVertex
)VB
Public Sub New (
firstVertex As Vector2,
secondVertex As Vector2,
thirdVertex As Vector2
)C++
public:
Trace(
Vector2 firstVertex,
Vector2 secondVertex,
Vector2 thirdVertex
)F#
new :
firstVertex : Vector2 *
secondVertex : Vector2 *
thirdVertex : Vector2 -> Trace- Vector2
- Trace first vertex in OCS (object coordinate system).
- Vector2
- Trace second vertex in OCS (object coordinate system).
- Vector2
- Trace third vertex in OCS (object coordinate system).