Assembly: AssemblyLinks.
This commit is contained in:
@@ -1112,6 +1112,10 @@ def getMovingPart(assembly, ref):
|
||||
if obj.TypeId == "App::DocumentObjectGroup":
|
||||
continue # we ignore groups.
|
||||
|
||||
# We ignore dynamic sub-assemblies.
|
||||
if obj.isDerivedFrom("Assembly::AssemblyLink") and obj.Rigid == False:
|
||||
continue
|
||||
|
||||
# If it is a LinkGroup then we skip it
|
||||
if isLinkGroup(obj):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user