Converting NX Reference Sets
Reference sets are often used to create variances of the CAD data, essentially a new part; for example, engine.prt could contain 2_liter and 3_liter reference sets. When converting this variance type of reference set, the CAD data name must take the following form:
<cad-data-file-name>:Part:<instance-name>
For example, to convert the 2_liter reference set within the engine.prt, use:
engine.prt:Part:2_liter
Reference sets are also commonly used to create a simplified form of an assembly. To convert a simplified form reference set, the following syntax must be used:
<cad-data-file-name>:Form:<simprep-name>
For example to convert the cut_away reference set of engine.prt use:
engine.asm:Form:cut_away
These tags can be combined to convert a simplified form reference set of an variance reference set as follows:
engine.prt:Part:2_liter:Form:cut_away
* 
The order of the tags is important, the :Part: tag must be given before the :Form:.