HyperWorks Tools

::hwat::utils::UpdateContact

::hwat::utils::UpdateContact

Previous topic Next topic No expanding text in this topic  

::hwat::utils::UpdateContact

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::UpdateContact - Updates a contact between the master and slave.

 

SYNTAX

UpdateContact str_contactName str_slaveAssembly str_masterAssembly str_contactType

 

ARGUMENTS

str_contactName

The name of the contact to be updated.

str_slaveAssembly

The HWAT assembly name of the slave.

str_masterAssembly

Optional - The HWAT assembly name of the master.

str_contactType

The type of contact, valid values: SINGLESURF, SURF2SURF, NODE2SURF (default = SINGLESURF).

 

RETURNS

1 if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::UpdateContact "contact1" "VEHICLE" "BARRIER" "NODE2SURF.

 

 

See also

Utils Functions