Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS 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: *

  1. lexus911

    Best way to check connected curves ?

    I tried, but it not work, can you help me fix my code, Thanks I tried to write a demo code, change the color of the connected curve using System; using NXOpen; using NXOpen.UF; public class NXJournal { static Session theSession = Session.GetSession(); static UFSession theUFSession =...
  2. lexus911

    Best way to check connected curves ?

    Thanks @Cowski ,i will try it
  3. lexus911

    Best way to check connected curves ?

    @cowski, i found Sample Open C API program : chain edges : https://solutions.industrysoftware.automation.siemens.com/view.php?sort=desc&p=1&q=.AskCnncEdges&file_type=text&i=nx_api1863&k=0&o=0 , is it your idea ? but I can't compile to run at C++, do you have a VB or C#? thanks
  4. lexus911

    Best way to check connected curves ?

    Thank you, I'm using NX 8.5,I found the solution in this thread, but it nxopen c++ and I don't have a license to run it Link : https://solutions.industrysoftware.automation.siemens.com/view.php?sort=desc&dt=nx-api&q=sample%20program%20sort%20end&file_type=text&i=nx_api639&k=5&o=0
  5. lexus911

    Best way to check connected curves ?

    Hello! I have a pretty basic question. I am trying to write a macro to check connected curves in the model, the old way to check is using the project curve feature and select a connected curve. it takes a lot of time if I have many curves. can you help me another way to improve it
  6. lexus911

    How To Select Connected/Tangent Curves with Journal ?

    thank you, i tried to joint all curve to 1 spline , it work, I fixed about 98% of the wrong point
  7. lexus911

    How To Select Connected/Tangent Curves with Journal ?

    i did it , thank you very much
  8. lexus911

    How To Select Connected/Tangent Curves with Journal ?

    i saw this thread : https://community.plm.automation.siemens.com/t5/NX-Programming-Customization-Forum/Curve-collector-s-quot-Connected-Curve-quot-without-the/m-p/358891 but i don't have permission to access this page when i login Can you help me ? Thanks
  9. lexus911

    How To Select Connected/Tangent Curves with Journal ?

    yes, this is my situation, i need to change to select connected curves because i think it can be limit some point that I do not want to create
  10. lexus911

    How To Select Connected/Tangent Curves with Journal ?

    Hi all, This code only select single curve ? Function SelectCurves(ByRef prompt As String) As Curve() Dim selected() As TaggedObject = Nothing NXOpen.UI.GetUI.SelectionManager.SelectTaggedObjects("Select Curves", prompt, Selection.SelectionScope.WorkPart, False, New...
  11. lexus911

    Creating text on face from X, Y, Z coordinates [NX 8.5 Journal]

    I have some code for list xyz but i dont know how to create text with parameter Option Strict Off Imports System Imports NXOpen Imports NXOpen.UF Imports NXOpen.Assemblies Module Intersect1 Sub Main() Dim theSession As Session = Session.GetSession() Dim workPart As Part =...
  12. lexus911

    Creating text on face from X, Y, Z coordinates [NX 8.5 Journal]

    Is it possible to place text in curve on a face that shows curse coordinate system ? I create ~ 100 text in curve to the surface and I am trying a journal which will do the things in following sequence. 1. Find a x,y,z by show infomation of the curve( line, splile…) 2. Chose the x,y,z...

Part and Inventory Search