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 NAME DEFINITION
&asm.mbr.name Displays the name of an assembly member.
&asm.mbr.param.name Lists the names of all user-defined parameters in an assembly member.
&asm.mbr.param.value Lists the values of all user-defined parameters in an assembly member.
&asm.mbr.type Displays the type (part or assembly) of an assembly member.
&asm.mbr.User Defined User-defined parameter in an assembly member. For example: &asm.mbr.drw_number (where drw_number is Creo model parameter)
&fam.inst.name Displays the name of a family table instance.
&fam.inst.param Displays the name of a family instance parameter name.
&fam.inst.param.id Displays the ID of a family table parameter if it is a dimension.
&fam.inst.param.name Displays the name of a family table parameter.
&fam.inst.param.value Displays the value of a family table parameter for an instance.
&lay.param.name Lists the names of all user-defined parameters in a layout.
&lay.param.value Lists the values of all user-defined parameters in a layout.
&mdl.param.name Lists the names of all user-defined parameters in a model.
&mdl.param.value Lists the values of all user-defined parameters in a model.
&rpt.index Displays the number assigned to each record in a repeat region.
&rpt.level Shows the recursive depth of an item.
&rpt.qty Displays the quantity of an item.

Comments are closed