Definitions
For Creo TOOLKIT, a system of units is represented by the structure ProUnitsystem. This structure is defined as:
typedef struct {
ProMdl owner;
ProName name;
}ProUnitsystem;
where the name is the user-visible name used in the Unit Manager dialog.
An individual unit is represented by the structure ProUnititem. This structure is defined as:
typedef struct {
ProMdl owner;
ProName name;
}ProUnititem;
where the name is the user-visible abbreviation used in the Unit Manager dialog.
|
Note:
|
The functions described in the following sections supersede the functions prodb_get_model_units() and prodb_set_model_units().
|