RenameParameter - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Connectivity : CAD Package : NX : RenameParameter

CAD[NX]

  

RenameParameter

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

RenameParameter(paramname, newname, partopt)

Parameters

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

Description

• 

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.

Examples

withCADNX:

OpenConnection:

This example assumes that a part containing the displayed parameters is already open in NX.

RenameParameterp4,a

CloseConnection:

Compatibility

• 

The CAD[NX][RenameParameter] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

See Also

CAD[NX]