You are here: Start » AVL.NET » View3DBox.DataItem.SetLine Method

View3DBox.DataItem.SetLine Method

Sets a 3D line as this primitive.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

public void SetLine
(
	float x,
	float y,
	float z,
	float dx,
	float dy,
	float dz
)

Parameters

Name Type Range Default Description
xfloatX coordinate of a point on the line.
yfloatY coordinate of a point on the line.
zfloatZ coordinate of a point on the line.
dxfloatX component of a line direction vector.
dyfloatY component of a line direction vector.
dzfloatZ component of a line direction vector.

Function Overrides

See also