Hi guys.
I would kindly ask, if someone here , do have any experience in using the FaceRecognitionBuilder...
My goal is to achieve the same mechanism, that is already present in NX ootb..."Facefinder"
I been searching all over the different NXOpen forums, but did not succeed in finding just...
I have attached the zip-file now....
it contains three screen shots....
(should give a better understanding)https://files.engineering.com/getfile.aspx?folder=dae97a50-6b84-4627-9c1f-806bdec1063e&file=custom_rtb_1.zip
Hi
Should be straight forward to put NX standard menu item, into a custom ribbon...
Simply find the "Button name" in ex. "ug_main.men", then use it in your custom *.rtb (ribbon)...
The ribbon-bar mechanism in NX interacts closely with the commands from all .*men files in a NX session.
In...
Hi -
I Did back in time, exactly What you are asking for..Split a Long expression in multipe expressions..So Else if mechanism is just continueing in next Expression…
I Will see if I Can find my solution, and the Share with you….,
Hi all....
In our NX GUI I have a support ribbon, which holds some action buttons for firing up predefined E-mails and URL links for support...
(these action is based on NXOpen vb.net)
Regarding the URL link to our support team, I would also like to auto-populate some of the predefined...
Thanks a lot Cowski...
I just also get confirmed: NX1899
FYI:
I do have a number of NX custom applications, which are based on NXOpen.UF.UFWeight.EstabPartProps1,
but now after we upgrade from NX1847 to NX 2007, I am facing a serious "trouble", when executing...
Hi
I would like to ask, if someone here, can remember or knows, when NX got implemented the Functionality:
Roll-up Attributes
A real cool and smart "Feature" I think....
And easy to configure in customer-default..
I believe the version was in between NX 1847 and NX 2007, but not sure..
br...
attached some inspiration 2https://files.engineering.com/getfile.aspx?folder=06d0676d-e3fc-4027-a540-5ba33084f388&file=housekeep_attribute_based_on_returned_value_from_function.png
attached some inspiration...https://files.engineering.com/getfile.aspx?folder=403dbfbc-fd61-45db-bee4-004315475e75&file=estabPartProps1_function_return_weight.png
Hi -
I had the exact same problem years back…
The rolled up assyweight can’t be extracted by NX open directly….
I added a sub in my current save actions utility (triggered by USER_FILE user exit)
In this sub I’m housekeeping an attribute, which hold the always up to date Sub-Assy weight….
Then...
I would definitely deal with an object attribute on each note - Based on an index for each (format: Integer)….
By doing this everything in control - and you can do what ever is wanted afterwards ex filtering , regenerated sequences and so on….
All this to be automated and triggers when NX save...
Thanks a lot, Cowski...
That advice helped me a lot...
By using the perpendicular vector of the Planar Face > and then some Math manipulation of the Vector & Delta distance, did the trick...
I got some help for these Vector calculations, on another NX forum.....
Try have a look in below code...
UPDATE:
a VB code is now attached , and also a NX .prt file as well....
Basically I'm stucked in Line no.157 in this journal....
I do have the Intersection point of the holeaxis and the planarface...
Also the FaceNormal is present..
I will be very happy for some help, if someone can guy me in...
Hi -
Current situation.
Dim axisPt(2) As Double = xxxxxxx
I do have calculated a intersection Point between a hole-axis and a planar-face,
from where I have to fire a Ray (ufs.Modl.TraceARay(theBodytags.Count, theBodytags.ToArray, axisPt, unitNormal, identity, 0, numHits, hits)
But instead of...