intrinsic-159 Add3DLine

Top  Previous  Next

159: Add3DLine(Handle, X1,Y1,Z1, X2,Y2,Z2, Width, Color);

 

This intrinsic adds one 3D line segment to a Lines object.

 

Arguments:

 

Handle. This argument is an integer handle created by the Add3DObject intrinsic. It must refer to a Lines object.

 

X1,Y1,Z1, X2,Y2,Z2: These are real numbers that specify the X, Y and Z coordinates of the beginning and ending points of the line.

 

Width: This is an integer value that specifies the line width in pixels.

 

Color: This is an integer value that specifies the RGB Color of the line.