Hi all,
Have a basic code that puts all datums to layer 64, but I would like to set the first datum feature onto layer 62. What would I need to modify? Thanks
For Each obj As DisplayableObject In workpart.Datums
If Not obj.IsBlanked AndAlso workpart.Layers.GetState(obj.Layer)...
Hi all,
I am looking to apply to each part in an assembly an edge blend either mm or inch using "body edges" filter. The code works from part file and applies the edge blend. But when I tried to convert and do this from assembly level it's not creating them and the code runs without errors. I...
I am trying to get the view alignment names of a view and then delete the associated alignments. I am currently doing it by known names but would like to avoid this due to possible issues if the views numbering changes ...
I understand that I need to use ViewAlignment.Name to get it, but not...
Hi,
I am looking to import a part into my default template (not the blank) and then rotate it. The code works but when I run in batch it gives some error:
The filename, directory name, or volume label syntax is incorrect.
The code creates the output and rotates the bodies as wanted, but I am...
Hi,
I have a script which renames a chamfer feature by its values, but as a chamfer has three types I don't know what I would need to add to rename it based on the feature type.
this is what I have and it works fine for symmetrical type.
Option Strict Off
Imports System
Imports NXOpen
Imports...