Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SDETERS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Halasox
  • Content: Threads
  • Order by date
  1. Halasox

    NXOPEN set first datum to layer 62 all other to 64

    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)...
  2. Halasox

    NXOPEN Add edge blend to each part in an assembly

    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...
  3. Halasox

    NxOpen How to get ViewAlignment.Name of a specific view

    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...
  4. Halasox

    NxOpen Batch error "The filename, directory name, or volume label syntax is incorrect."

    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...
  5. Halasox

    Nx open chamfer feature rename

    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...

Part and Inventory Search