Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. Kumaresh_07

    Copy a component from single csys to multiple csys- Nx Journal

    Hello Cowski and Fellow Members, I would like to copy a component from single csys to multiple csys in Nx Assembly part. I got most of the code from cowski's replies. He wrote code for move a component from one csys to another csys's. But my requirement is I need to copy component from one...
  2. Kumaresh_07

    Nx Journaling - Decompile DLL to VB code

    Yes it works. Thanks for your Info Bleaker.❤❤
  3. Kumaresh_07

    Nx Journaling - copy a component from single csys to multiple csys

    Hi all, Is there any way to copy a component from single csys to multiple csys? please refer below mentioned journal code.If you guys run below journal ,you can move component from one csys to another csys. I want to modify below journal as like below steps. While run the journal, Step 1)user...
  4. Kumaresh_07

    Nx Journaling - Orient WCS as per User selected Cylindrical Edge.

    Thanks for your information Cowski. I will take a look on these topics.
  5. Kumaresh_07

    Nx Journaling - Decompile DLL to VB code

    Thanks for your Info NutAce. I couldn't find any decompilers (dll to vb) on web. please let me know , If you know any decompiler softwares. Thanks in advance, Kumaresh.
  6. Kumaresh_07

    Nx Journaling - Orient WCS as per User selected Cylindrical Edge.

    Hi Michael, First of all ,I m a beginner in Nx journaling,From you people i learned lot of stuffs. You almost done.Thank you very much for your efforts. Yes , In Your modified journal the one and only issue is wcs orientation. I m trying to figure out almost 6 hours for this.Still i couldn't...
  7. Kumaresh_07

    Nx Journaling - Orient WCS as per User selected Cylindrical Edge.

    Hi Michael, yes , i have also tried to create my required journal from recorded journal. But I don't know how to code for user going to select cylindrical edge. please check below recorded journal & attached video link for better understanding. ' NX 11.0.0.33 ' Journal created by MuthuKumar on...
  8. Kumaresh_07

    Nx Journaling - Orient WCS as per User selected Cylindrical Edge.

    Hi Bubbak, We can orient wcs as per Csys of Of object.(Note : X,Y Origin Not needed). Please refer below attached video link ,you can easily understand. https://files.engineering.com/getfile.aspx?folder=78e619e6-c252-4a8d-9748-a
  9. Kumaresh_07

    Nx Journaling - Orient WCS as per User selected Cylindrical Edge.

    Hi all, I would like to create one journal to Orient my WCS as per selected cylindrical edge. I have spent so much of time with this. But still I couldn't figure out. My requirement is while running the journal, it will ask me to select a Cylindrical Edge, Once I select the cylindrical Edge...
  10. Kumaresh_07

    Nx Journaling - Decompile DLL to VB code

    Hi all, Unfortunately, I had missed my vb file. But I have corresponding dll file of that code. Is there anyway to extract source code from dll file?
  11. Kumaresh_07

    Nx Journaling - Fix a Circle center point from WCS Coordinate System

    Yes, Abs2WCS function works well...❤❤❤ Thank you Cowski😎.
  12. Kumaresh_07

    Nx Journaling - Fix a Circle center point from WCS Coordinate System

    Hi all, I would like to draw a circle in a point of (X=10mm, Y=10mm, Z=10mm). The above mentioned xyz values are from wcs coordinate system,Not from Absolute coordinate system. So kindly anyone tell me -How can i mention in a VB code to fix center of circle (X=10mm, Y=10mm, Z=10mm) from WCS...
  13. Kumaresh_07

    Nx Journaling - Get Full path of Selected component

    Wow.. It works in perfect manner. Thanks Michael.
  14. Kumaresh_07

    Nx Journaling - Get Full path of Selected component

    hi all, I would like to write a code for Getting Full path of Selected component. It would be nice if you guys could help me. Now i have code for user component selection. but i don't know how to get that selected component directory. Option Explicit Off Option Infer On Imports NXOpen...
Back
Top