SilverScreen Solid Modeler

WidthStyle method

WidthStyle method

Previous topic Next topic  

WidthStyle method

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

public WidthStyle ( int width, int style )

 

int width;   // A line-width value

int style;   // A line-style value

 

 




Synopsis

using SilverSharp;

 

The WidthStyle constructor creates a WidthStyle object for use in a SilverSharp project.

 

 

Parameters

width is an integer value between NORMAL_LINE_WIDTH and MAX_LINE_WIDTH

style is an index into SilverScreen's linestyle table, or SOLID_LINE_STYLE, or INVISIBLE_LINE_STYLE.

 

 

Return Value

none

 

 

Remarks

This object replaces MAKE_WIDTH_STYLE usages in SilverSharp projects

 

 

See Also

WidthStyle