Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
ABAJ Beringuela15/06/2024
Good day everyone
This is a code that automatically adds name in my Custom Properties with the caption "Drawing Code". It works fine, however what I want to happen is the name will only be applied to objects visible in the graphics area, what happened instead is it applies to all objects even in hidden ones. What could be the problem with my code? I already set the line "If swFeature.Visible Then" but