VigZ
Guest
c è un modo di sbloccare gli schizzi delle parti del c.c....
solo che non mi viene in mente ora, qualcuno lo ricorda?
v
solo che non mi viene in mente ora, qualcuno lo ricorda?
v
ales ricar \(autodesk\)
you are right. the assembly (the one with the lightening) is very important
as it keeps all design accelerators data for backward edit. if this
component gets deleted all design accelerator data are deleted as well.
unfortunately, this is what assembly re-structure does by default. i've
found out that this is already known issue for some time but it was not
fully resolved yet.
in the mean time, i recommend to use copy and paste the shaft.ipt into
desired assembly you wish to have it. you may just make invisible the
original shaft (the one with the lightening). this allows you to keep
original shaft assembly with all design accelerator data for backward edit.
the edit of design accelerator features can only be done in the assembly
context where they were originally created.
in case you already don't have original shaft assembly (with the
lightening), you may still modify the shaft model but without design
accelerator. you may manually modify all parameters or features as it is
native inventor ipt file. if you need modify the main shaft sketch, you need
to unlock the sketch for edit first. i really don't recommend do this for
any documents that are driven by design accelerators but in case you don't
have original assembly you may unlock the shaft main sketch using following
vba macro:
public sub func1()
thisapplication.activedocument.selectset(1).disabledactiontypes = 0
end sub
open shaft.ipt and select the "main sketch" under "revolution1". copy three
lines above into module1 under tools->macro->visual basic editor and hit f5.
thanks for reporting this to us. i'm going to escalate the promote/demote
workflow so it gets fully resolved as soon as possible.
regards, ales ricar