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