CAD[NX]
RenameParameter
Calling Sequence
Parameters
Description
Examples
Compatibility
RenameParameter(paramname, newname, partopt)
paramname
-
string; the name of an NX parameter
newname
string; the new name for parameter paramname
partopt
(optional) equation of the form part = partfile: optional name of an NX part file
The RenameParameter command changes the name of the specified parameter in an open NX part. If no part = partfile argument is given, then the parameter is taken to be in the current work part.
with⁡CADNX:
OpenConnection⁡:
This example assumes that a part containing the displayed parameters is already open in NX.
RenameParameter⁡p4,a
CloseConnection⁡:
The CAD[NX][RenameParameter] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
Download Help Document