SilverScreen Solid Modeler

DIM_STUFF        

DIM_STUFF        

Previous topic Next topic  

DIM_STUFF        

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

DIM_STUFF

 

Structure

A data type that stores the properties of a DETAIL_NODE. The "DIM" in "DIM_STUFF" stands for "Dimensioning".

 

 

 struct DIM_STUFF

    {

    INT32     bits_detail;

    FONT_NODE *font_ptr;

    double    text_height;

    double    text_aspect;

    double    pos_tolerance;

    double    neg_tolerance;

    double    arrow_size;

    double    tic_size;

    double    center_size;

    double    witness_offset;

    double    witness_ext;

    double    round_value;

    double    rotation;

    RGB       text_rgb;

    RGB       witness_rgb;

    INT32     denominator;

    INT32     precision;

    INT32     sec_units;

    INT32     sec_notation;

    INT32     sec_denominator;

    INT32     sec_precision;

    INT32     arrow_type;

    INT32     text_location;

    INT32     text_direction;

    INT32     dim_direction;

    BOOLEAN   is_filled;

    };

 

 


Members

Member

Description

bits_detail

Bit indicators of detail type

font_ptr

Pointer to FONT_NODE

text_height

Height of text

text_aspect

Aspect ratio of text

pos_tolerance

Positive tolerance

neg_tolerance

Negative tolerance

arrow_size

Length of arrow

tic_size

Length of tic

center_size

Size of center

witness_offset

Offset of witness line relative to object dimensioned

witness_ext

Witness extension beyond dimensioning line

round_value

Value to identify where rounding will occur

rotation

Angle (degrees) of rotation of dimensioning

text_rgb

Color of text

witness_rgb

Color of witness lines

denominator

Denominator for primary dimension value

precision

Precision for primary dimensioning value

sec_units

Units for secondary dimensioning value

sec_notation

Notation for secondary dimensioning value

sec_denominator

denomination for secondary dimensioning value

sec_precision

Precision for secondary dimensioning value

arrow_type

Type of arrow

text_location

Location of text: left, right,above, below or center

text_direction

Direction of text, horizontal or vertical

dim_direction

Direction of dimensioning lines

is_filled

Indicates whether or not text is filled

 

 

Comments

This data stored in this structure is complex and is not fully documented here. Developers who need to access this structure should contact us for information.

 

See Also

DETAIL_NODE

 

Header

ssnodes.h