SilverScreen Solid Modeler

SS_PEN_INFO        

SS_PEN_INFO        

Previous topic Next topic  

SS_PEN_INFO        

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

SS_PEN_INFO

 

Structure

A data type that is used to store information retrieved about a drawing pen

 

 

 struct SS_PEN_INFO

    {

    RGB      rgb;  // The current pen color

    USINT32  type; // The current pen width & style

    };

 

 


Members

Member

Description

rgb

Color of the pen

type

The line width and style index of the pen

 

 

Remarks

The macros LINE_WIDTH and LINE_STYLE can be used with 'type' to extract the width and style index.

 

See Also

get_pen_info

 

Header

silver.h