Technical Summary of Changes for Creo 4.0 M080
The critical and miscellaneous technical changes in Creo Parametric 4.0 M080 and Creo Parametric TOOLKIT are explained in this section. It also lists the new and superseded functions for this release.
Critical Technical Changes
This section describes the changes in Creo Parametric 4.0 M080 and Creo Parametric TOOLKIT that might require alteration of existing Creo Parametric TOOLKIT, Creo Elements/Pro TOOLKIT, and Pro/TOOLKIT applications.
#defines for Justification of Text Style Object
#defines PRO_REAL_VERTJUST_* specify the values for justification for the text style object.
In the Creo Parametric 4.0 releases, the functions ProTextStyleVertJustificationGet() and ProTextStyleVertJustificationSet() used incorrect set of default values for the enumerated data ProVerticalJustification.To get correct results, use the new #defines PRO_REAL_VERTJUST_* in the functions. The default values will be corrected in a future release of Creo Parametric.
New Functions
This section describes new functions for Creo Parametric TOOLKIT for Creo Parametric 4.0 M080.
Assembly
New Function
Description
ProAsmcompConstraintsWithDtmOrientGet()
Retrieves the specified constraints for the given assembly component, where the orientation value of constraints is returned using the enumerated data type ProDatumside.
Miscellaneous Technical Changes
The following changes in Creo Parametric 4.0 M080 can affect the functional behavior of Creo Parametric TOOLKIT. PTC does not anticipate that these changes cause critical issues with existing Creo Parametric TOOLKIT, Creo Elements/Pro TOOLKIT, or Pro/TOOLKIT applications.
Added Stroked ASME/ISO Fonts for Symbol Font
In Creo Parametric 4.0 M080 and later, two values are added to the enumerated data type ProSymbolFont defined in the header file ProGtol.h. The new values PRO_FONT_STROKED_ASME and PRO_FONT_STROKED_ISO specify that the symbols use stroked ASME and stroked ISO fonts that are native to Creo.
Support for Automatic Representation
The valid values PRO_SIMPREP_AUTO and PRO_SIMPREP_AUTO_REP are added to the enumerated date types ProSimprepActionType and ProSimprepType respectively. Use these values to use automatic representation.