SilverScreen Solid Modeler

get_view

get_view

Previous topic Next topic  

get_view

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void get_view ( SS_VIEW *v )

 

SS_VIEW *v;     // address of view structure

 

 

 




Synopsis

#include "silver.h"

 

The get_view function retrieves information about the current view and stores it into the SS_VIEW structure at v.

 

 

Parameters

v is the address of an SS_VIEW struct (defined in silver.h) that is to receive the view information.

 

 

Return Value

none.