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 | |
|---|---|---|---|---|---|
| x | float | X coordinate of a point on the line. | |||
| y | float | Y coordinate of a point on the line. | |||
| z | float | Z coordinate of a point on the line. | |||
| dx | float | X component of a line direction vector. | |||
| dy | float | Y component of a line direction vector. | |||
| dz | float | Z component of a line direction vector. |
