Passing down Parameters

You must pass down (or execute) the parameter using pro program. In the assembly you add execute statements like the following after the end relations and before add feature (see below).

VERSION I-02-13

REVNUM 1039

LISTING FOR ASSEMBLY NEW_ASSEMBLY

INPUT

END INPUT

RELATIONS

END RELATIONS

 EXECUTE PART NEW_PART

 NAME_OF_PARAMETER_IN_PART = NAME_OF_PARAMETER_IN_ASSEMBLY

 END EXECUTE

 ADD FEATURE (initial number 1)

 INTERNAL FEATURE ID  1

 TYPE = DATUM PLANE

 NAME = ASM_MID

Then in the part you must input the parameter before the relations in the pro program.

VERSION I-02-13

REVNUM 405

LISTING FOR PART NEW_PART

INPUT

 NAME_OF_PARAMETER_IN_PART

END INPUT

RELATIONS

This is also true for passing parameters to lower level assemblies.