SilverScreen Solid Modeler

VERTEX        

VERTEX        

Previous topic Next topic  

VERTEX        

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

VERTEX

 


A data type that stores a vertex number.

 

typedef int VERTEX;

 

 

Remarks

It is good practice to use VERTEX rather than 'int' when working with vertex numbers. While VERTEX is currently an 'int' data type, SDC reserves the right to change it's type (for instance in order to expand the upper-limit of vertices stored in an OBJECT_NODE).

 

 

See Also

xyz_of_vertex, OBJECT_NODE

 

 

Header

silver.h, ssnodes.h

 

 

 

 

 

 

: