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 415
61e8769d 0f90 1c32 3406 0053696e4859
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the XLine
class.
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
- Vector3
- XLine origin.
- Vector3
- XLine direction.