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

View3DBox.DataItem.SetSegment Method

Sets a segment (described by two points in 3D space) as this primitive.

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

Syntax

public void SetSegment
(
	float x1,
	float y1,
	float z1,
	float x2,
	float y2,
	float z2
)

Parameters

Name Type Range Default Description
x1float
y1float
z1float
x2float
y2float
z2float

Function Overrides

See also