solid model volume numbering
solid model volume numbering
(OP)
I created two volumes by using the V commend. then I'd like to substrate one from the other by using the VSBV command. This needs the volume numbers. Please advise how to number the volumes, what is the command? Thank you.





RE: solid model volume numbering
RE: solid model volume numbering
RE: solid model volume numbering
Create each volume with before and after:
vsel,none
v,.......
vvv1=vlnext(0)
vsel,none
v,.......
vvv2=vlnext(0)
then your VSBV command:
VSBV,vvv1,vvv2,....
RE: solid model volume numbering