Categories:

Creating efficient and dynamic workflows in Creo can significantly enhance your productivity. One powerful method to achieve this is by utilizing Windows system variables within Creo Mapkeys. This approach allows your mapkeys to adapt to different user environments […]

Categories:

If you need to copy the parameter value by a mapkey here is the Mapkey: mapkey cv @MAPKEY_NAMECopy Value from Parameter;@MAPKEY_LABELCopy Value;\ mapkey(continued) ~ Command ProCmdMmParams ;\ mapkey(continued) ~ Select relation_dlg ParamsPHLay.ParTable 2 rowPARAMETERNAME value;\ mapkey(continued) ~ Key […]

Categories:

List of Mapkeys to increase your efficiency for Creo 1.0 – Creo 9.0

Categories:

The input parameters: SPACING (required hole spacing)MINIMUM_OFFSET (minimum distance from the boundary)LENGTH (total length) The output parameters: NUMBER_OF_MEMBERS (number of members in Pattern feature)OFFSET (real offset from the boundary) Write into Relations: Tools/Relations… NUMBER_OF_MEMBERS=(floor(abs(LENGTH-(MINIMUM_OFFSET2))/SPACING))+1 OFFSET=abs((LENGTH-((NUMBER_OF_MEMBERS-1)SPACING))/2)

Categories:

Do you need to transform the Real Number Parameter to a String Parameter? It is easy with Relations: The input parameter: X=12.34567 (Real Number) The output parameter: Y=1.234 (String) Write into Relations: Tools>Relations… /* Number of DigitsND = […]

Categories:

If your file name (model name, assembly name) is combined with DRAWING_NUMBER and MODEL_NAME separated by underscore “_” (254-33-03-008_wheel.prt) you can write relations for divide this file name to two parameters: DRAWING_NUMBER = 254-33-03-008 MODEL_NAME = WHEEL Write […]

Categories:

Would you like to identify the MAC address of your LAN adapter? Here is a small utility that will help you: MAC_Reader

Categories:

You can Nest Mapkeys so that one mapkey initiates another. To nest a mapkey, include the mapkey name preceded by a percent sign (%) in the sequence of commands of the mapkey you are defining. For example: mapkey […]

Categories:

· Duplicates – Allows multiple rows with the same data to exist. This is why we see several rows that look identical to each other. Unfortunately, Duplicates will not show a quantity in the quantity column (which is […]

Categories:

PTC creo Parametric extracts values for parameters from model data and displays them in tables when the parameters are included within a repeat region. These parameters can be user-defined or they can already be defined by Pro/REPORT. PARAMETER […]