SilverScreen Solid Modeler

POLYLINE_NODE        

POLYLINE_NODE        

Previous topic Next topic  

POLYLINE_NODE        

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

POLYLINE_NODE

 

Structure

A primitive-level data type that stores the data associated with a SilverScreen polyline

 

 

 struct POLYLINE_NODE : POLYGON_NODE

    {

    };

 

 


Members

A POLYLINE_NODE is a POLYGON_NODE, but many of the members it contains are either reliably NULL or unused. The members are described below.

 

Member

Description

sn

A SURFACE_NODE pointer that is always NULL for a polyline.

surface_rgb

A fill color that is not applicable to a polyline

surface_pattern_number

A surface pattern index that is not applicable to a polyline

first_node

The first line or arc primitive in the group of children that composes the polyline.

first_phantom

The first phantom primitive belonging to this primitive. A phantom node is a ROUND_NODE that was turned into facets, but whose properties are preserved for the annotation system.

texture

A TEXTURE_DATA pointer that is always NULL for a polyline.

 

 

Remarks

A POLYLINE_NODE is a PRIM_NODE that has the BITS_POLYLINE flag enabled in 'bits'.

 

See Also

primitive_plane2, ROUND_NODE

 

Header

silver.h, ssnodes.h