HyperWorks Desktop

::hw::automate::LoadSuperblock

::hw::automate::LoadSuperblock

Previous topic Next topic No expanding text in this topic  

::hw::automate::LoadSuperblock

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

Syntax

::hw::automate::LoadSuperblock filename xpos ypos

Arguments

filename

Task Representation File .tsk

xpos

X coordinate where the task needs to be placed.

ypos

Y coordinate where the task needs to be placed.

Returns

Super Task ID if successful. Error if unsuccessful.

Example

:hw::automate::LoadSuperblock {C:\14.0\demos\automate\7_hypermesh\BatchMeshing\process\BracketAutomation.prs} 50 50

Description

Creates a new instance of the super block specified by .prs file filename at the location x position, xpos,  and y position, ypos, in the current process modeling window. Equivalent to the Import Process as Superblock option.