Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK 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. Kishor khalane

    Find Object Problem

    Hello Guys, How to remove following Find Object() method? And what changes should be made there. NXOpen.DatumAxis datumAxis1 = (NXOpen.DatumAxis)workPart.Datums.FindObject("DATUM_CSYS(0) Y axis"); Direction direction1; direction1 = workPart.Directions.CreateDirection(datumAxis1...
  2. Kishor khalane

    C# Programming using NX/Open

    Hello Bubbak Sir, Thanks for reply I could not succeed. Can please upload the correct snippet of this code? Thanks
  3. Kishor khalane

    C# Programming using NX/Open

    Hello Guys, Here is code for hole Creation in Cylinder. Although code is not showing error in the visual studio. But while running in NX, It is getting error such as INVALID CAST. Please anybody can correct it. using System; using NXOpen; class NXJournal { public static void Main() {...
  4. Kishor khalane

    C# Programming

    Hello Didier Psaltopoulos Sir, Here is code in VB for hole generation but it is getting ERROR. Please suggest where to modified this code. Option Strict Off Imports System Imports NXOpen Imports NXOpen.UF Module HOle Dim theSession As NXOpen.Session = NXOpen.Session.GetSession() Dim...
  5. Kishor khalane

    C# Programming

    Hello Didier Psaltopoulos Sir, If possible and you have code for uniting 2 cylinder in VB. you could possibly share it for understanding purpose. Because C# and VB is somewhat similar. I know basic knowledge of VB also. Thank You
  6. Kishor khalane

    C# Programming

    Hello Didier Psaltopoulos Sir, Thank for your help. I tried this as you wrote that change that line. But I didn't get unite those cylinderbuilder. If you have any other please kindly share. Kishor
  7. Kishor khalane

    Coding in C#

    Hi, Guys Following code is hard coded. I want that the inputs should be given by user.. Cylinder EdgeBlend COde using System; using NXOpen; class NXJournal { public static void Main(string[] args) { Session theSession = Session.GetSession(); Part workPart =...
  8. Kishor khalane

    C# Programming

    Hello Guys, Below is the code for two cylinder in C#. Please tell how to UNITE this 2 cylinder using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NXOpen; namespace cylinderbuilder { public class Class1 {...
  9. Kishor khalane

    Related to NX Open C#

    Hello Everyone, I am new the programming in NX open Api using C#. I am currently referring .chm file which I have attached. so is there any other resources or material? if anyone has something related to this they could help or upload. Thank You.

Part and Inventory Search