Author Topic: get the parts of a block after explode  (Read 1656 times)

0 Members and 1 Guest are viewing this topic.

uncoolperson

  • Guest
get the parts of a block after explode
« on: October 19, 2007, 03:26:43 PM »
trying to get a list of ents, an selection set or anything like that, just of the parts of a block that previously was exploded in the scripts

what i have goes something like this.

Code: [Select]
insert block
blow it to smitherines
move the pieces around some

daron

  • Guest
Re: get the parts of a block after explode
« Reply #1 on: October 19, 2007, 03:42:53 PM »
usually (command "move" "p" "" pt1 pt2) would work. However, if you're using VL you collect it in a variable upon explosion, then use that variable to move.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: get the parts of a block after explode
« Reply #2 on: October 19, 2007, 03:47:04 PM »
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

uncoolperson

  • Guest
Re: get the parts of a block after explode
« Reply #3 on: October 19, 2007, 03:49:39 PM »
thanks all... the first is what i was looking for. but i'll check out all that maddness when i've got a moment cab, thanks