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

61e8769d 0f90 1c32 3406 0053696e4859

haplokuon edited this page May 6, 2023 · 1 revision

XLine(Vector3, Vector3) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the XLine class.

Definition

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

C#

public XLine(
	Vector3 origin,
	Vector3 direction
)

VB

Public Sub New ( 
	origin As Vector3,
	direction As Vector3
)

C++

public:
XLine(
	Vector3 origin, 
	Vector3 direction
)

F#

new : 
        origin : Vector3 * 
        direction : Vector3 -> XLine

Parameters

  Vector3
XLine origin.
  Vector3
XLine direction.

See Also

Reference

XLine Class
XLine Overload
netDxf.Entities Namespace

Clone this wiki locally