Hi @cowski,
Can you help with this? I'm trying to create a section view using NXOPEN api when I select a circle through UI selection manager the section line is NOT passing through the center of the circle. Currently I select 3 different circle through which I want the section line pass through...
Sorry if I was not clear earlier and Yes your understanding is correct. To give you a background we are generating left and section view for a model. We created a journal for the same and currently trying to replicate the functionality in NX open through windows form submit as need to collect...
Hi @cowski,
With your suggestion now we are able to select the curve and with the Journal code able to get the section view however the view 90 deg rotated.
Our left view is based on co-ordinates Y and Z and we are using select screen Position method to get the location for the section view...
Hello,
Being a newbie with NX programming and customization need some help here.
I'm trying to create a section view from a drawing and with help of Journal have the basic code. I'm trying to make it generic so that it can be run for any drawing in future.
I'm trying to replace the FindObject...