Show_Infinite_Line

Functions

void DShow_Infinite_Line (HC_KEY key, double *xa, double *ya, double *za, double *xb, double *yb, double *zb)
 Similar to Show_Infinite_Line(), but operates on double-precision data. More...
 
void Show_Infinite_Line (HC_KEY key, float *xa, float *ya, float *za, float *xb, float *yb, float *zb)
 Returns the vector of points that define an infinite line, as referenced by a key. More...
 

Detailed Description

Function Documentation

◆ DShow_Infinite_Line()

void DShow_Infinite_Line ( HC_KEY  key,
double *  xa,
double *  ya,
double *  za,
double *  xb,
double *  yb,
double *  zb 
)

Similar to Show_Infinite_Line(), but operates on double-precision data.

Parameters
key- Unique identifier of a particular infinite line.
xa- x-coordinate for one end of the line segment.
ya- y-coordinate for one end of the line segment.
za- z-coordinate for one end of the line segment.
xb- x-coordinate for other end of the line segment.
yb- y-coordinate for other end of the line segment.
zb- z-coordinate for other end of the line segment.

◆ Show_Infinite_Line()

void Show_Infinite_Line ( HC_KEY  key,
float *  xa,
float *  ya,
float *  za,
float *  xb,
float *  yb,
float *  zb 
)

Returns the vector of points that define an infinite line, as referenced by a key.

Parameters
key- Unique identifier of a particular infinite line.
xa- x-coordinate for one end of the line segment.
ya- y-coordinate for one end of the line segment.
za- z-coordinate for one end of the line segment.
xb- x-coordinate for other end of the line segment.
yb- y-coordinate for other end of the line segment.
zb- z-coordinate for other end of the line segment.

DETAILS

No additional details. See Insert_Infinite_Line().

NOTES

RESTRICTIONS

See also
Insert_Infinite_Line, Insert_Infinite_Ray, Insert_Ink, Insert_Polyline, Set_Line_Pattern, Set_Line_Weight, Set_Color, Set_Visibility, Renumber_Key.