SilverScreen Solid Modeler

MODEL_NODE

MODEL_NODE

Previous topic Next topic  

MODEL_NODE

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

MODEL_NODE

 

Structure

A data type that stores the properties of a model for use by the symbol system.

 

 

 struct MODEL_NODE

    {

    int          unused;

    NAME         name;

    SS_XYZ       high;

    SS_XYZ       low;

    FILE_NAME    library_name[12];

    BLOCK_NODE   *root;

    MODEL_NODE   *next_model;

    int          high_low_set;

    };

 

 


Members

Member

Description

name

name of the model.

high

maximum values of the model in model space

low

minimum values of the model in model space

library_name

name of the library containing the model

root

block containing the geometry for the model

next_model

pointer to the next model of the drawing

high_low_set

TRUE if the extents for the model are set

 

 

Header

silver.h