hi!
i want to comment with you a problem that i have. i have anassembly with some components (parts and assemblies). i have copiedan assembly by lineal matrix. i have the next code:
vChildComp = swComp.GetChildren
For j = 0 To UBound(vChildComp)
Set swChildComp = vChildComp(j)
b = swChildComp.IsPatternInstance
when in swChildComp is the assembly that i have created by linealmatrix b=True. but when in swChildComp is a part that is in theassembly that i have created by lineal matrix b=False.
how is it possible?
thank you!SolidworksApi macros
i want to comment with you a problem that i have. i have anassembly with some components (parts and assemblies). i have copiedan assembly by lineal matrix. i have the next code:
vChildComp = swComp.GetChildren
For j = 0 To UBound(vChildComp)
Set swChildComp = vChildComp(j)
b = swChildComp.IsPatternInstance
when in swChildComp is the assembly that i have created by linealmatrix b=True. but when in swChildComp is a part that is in theassembly that i have created by lineal matrix b=False.
how is it possible?
thank you!SolidworksApi macros