HyperWorks Tools

::hwat::utils::CreateContact

::hwat::utils::CreateContact

Previous topic Next topic No expanding text in this topic  

::hwat::utils::CreateContact

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

NAME

::hwat::utils::CreateContact - Creates a contact between the master and slave.

 

SYNTAX

::hwat::utils::CreateContact name template slaveassem masterassem type

 

ARGUMENTS

name

The name of the contact.

template

The template location.

slaveAssem

The HWAT assembly name of the slave.

masterAssem

The HWAT assembly name of the master.  Master is not required for SingleSurface contact and should be sent as {} (default = "").

type

SINGLESURF, SURF2SURF, NODE2SURF (default = SINGLESURF).

 

RETURNS

ID of new contact if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::CreateContact "contact1" "D:/Altair/templates/feoutput/ls-dyna/dyna.key" "VEHICLE" "BARRIER" NODE2SURF

 

 

See also

Utils Functions