Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

76f1b4fd 0526 87db 9c88 581cf5d02635

haplokuon edited this page May 6, 2023 · 1 revision

Trace(Vector2, Vector2, Vector2, Vector2) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Trace class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Trace(
	Vector2 firstVertex,
	Vector2 secondVertex,
	Vector2 thirdVertex,
	Vector2 fourthVertex
)

VB

Public Sub New ( 
	firstVertex As Vector2,
	secondVertex As Vector2,
	thirdVertex As Vector2,
	fourthVertex As Vector2
)

C++

public:
Trace(
	Vector2 firstVertex, 
	Vector2 secondVertex, 
	Vector2 thirdVertex, 
	Vector2 fourthVertex
)

F#

new : 
        firstVertex : Vector2 * 
        secondVertex : Vector2 * 
        thirdVertex : Vector2 * 
        fourthVertex : Vector2 -> Trace

Parameters

  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).
  Vector2
Trace fourth vertex in OCS (object coordinate system).

See Also

Reference

Trace Class
Trace Overload
netDxf.Entities Namespace

Clone this wiki locally