shell to solid submodel
shell to solid submodel
(OP)
hi,
i have problem with shell-to-solid submodel, i do not quite understand how to do this according to help file.
i do not understand how to read in *.cbdo file twice - what does it mean ?
is there anyone able to help me ?
i have problem with shell-to-solid submodel, i do not quite understand how to do this according to help file.
i do not understand how to read in *.cbdo file twice - what does it mean ?
is there anyone able to help me ?





RE: shell to solid submodel
/PREP7! The .CBDO file must be read in PREP7
/INPUT,,cbdo ! Reads Jobname.cbdo up to the /EOF command
/INPUT,,cbdo,,:cb1 ! Reads same file from the label :cb1
It is read twice because there is an end of file (/eof) command in the cbdo file, which you must then bypass by reading in a second time (after the given label :cb1 -- see above).
------------
See FAQ569-1083 for details on how to make best use of Eng-Tips.com