Jump to content

objects end up flying everywhere when I unlink them?


Rich O
 Share

Recommended Posts

So I've imported a dwg from Revit and when I go to move certain bits of geometry, they pull others (instances of some sort) with them. Tried unlinking them, however that just messes everything up and sends the instances flying all over the scene basically.

 

It's a bit hard to explain in words so I've exported some of the offending objects and attached a small scene to demonstrate crazy geometry test.zip

 

Tried, unlinking, tried reset xform, nothing works. Any help would be great!

Link to comment
Share on other sites

  • 3 months later...
run this script

 

(

for o in objects do (

o.controller=prs()

if classof o.parent == LinkComposite do o.parent = undefined

)

for o in objects where classof o == LinkComposite do delete o

)

 

that doesn't seem to do anything, only gives me an error. Is the syntax correct?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...