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...
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...
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...
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...
Hi -
Using NX 1847 >
I would like to ask, if anybody knows, if the NX Listing Window can have some formating applyed,
when some information is written to the Listing Window - by a nxopen application...
It seems like the NX application ootb itself, can manage this: example: Extract some...
Hi -
I'm very close to be finishing my current programming task for new custom app..
I have developed most of it in NX 11 - but now we are in a test period for NX 1847, and I have moved project, to be based on NX1847..
Everything is good..
But I do wonder, why I got these large number of...
Hi Guys -
I would like to ask, if one of you have managed to close a blockstyler dialog ,during runtime...
In my current project, I need a automatic "close action" or "Dispose" straight after an Action Button is hit...
(after the code stuff is executed within the Action Button ....
I did try to...
hi -
In my current project, I'm trying to build in a button, that will do the same action, as when the "rounded arrow" in upper right corner, of a Block Styler dialog...
The action shall simply be to "Reset" the dialog - either by the rounded arrow or the Action button I have build into the...
Hi -
I will like to ask if someone here, is aware about, on how to ask if a Modeling view have been assignet a Fit action...
I have looked inside the View Claas - but can only find method to make the Fit action....workPart.ModelingViews.WorkView.Fit()
I need to ask if the Workview has been...
Hi gyus -
I was just testing upfront a comming project...
I need to be able to extract the Coordinates from a Point Measurement Feature in NX...
This should be quite straight forward - but seems NOT to be, for me.....
My approach is to cycle through each feature...
If the Feature Type is...
Hi guys....
In my current sourcecode develeopment project, I'm trying to manipulate with some Custom Symbols ,before populating a Summary List on the active drawing sheet...
My question is quite basic....
Say I place a predefined Custom symbol on a drawing sheet , and then I place (or...
Hi all...
I'm in the very early beginning of next project...
But upfront I will like to ask, if some of you, have been playing with extract a specifik NX parts model preview using NXOpen (vb-net).
In my code, I will transfer all unique components parts, into a TreeListControl using...
Hi -
In NXOpen - VB.Net I will kindly ask one of you guy's:
I'm trying to get the Tag from the associated Drafting Entity, when a selected Drafting entity is picked on the active NX drawingsheet....
1.Say I have "Dimension 1" which is associated to antoher dimension (Dimension 2).... (...
Hi
I'm asked to author a Custom Tool - prepared for to be used in NX environment….
Case Scenario:
In a NX assembly containing some components, an user Attribute on each component is required…
Later on - from another Custom Tool the same assembly shall be cycled through, and for each...
Hi guys 😊
Any of you familiar with knowledge fusion language- I will like to ask if some of you have method on how to convert a List ( of string) > into just one single String variable ....??
(Each item divided by a “,” in the new string variable )....
Thanks in advance ....
Refs lklo
Hi guys...
Right now I'm configuring our Routing environment...Work in progress, but goes very well.
We are using NX 11 and Tc 10...
I have two questions for you guys,:
#1: How to use the Routing BOM template part, if this template resides in teamcenter..?
In NX customer default...
Hi Guys -
anybody of you succeeded in adding a new column to an existing partslist on drawingsheet in NX 11..? using journal vb.net
I have tried over and over - but seems like something is wrong with the "symbol apect ratio"...when trying set preferences: UFPlist.ColPrefs
in...
Hi -
In my company I am asked on how to get a "flat sign" from re-use library - how to make different instance of this flat sign - but in various shapes, so it can fit to different surfaces..
This surface(s) typically selected from the NX designer.....
I'm thinking of a NXOpen custom tool -...
Hi guys -
I'm struggling a bit, when I try to collect solid bodies from current workaprt into a array (of Body) in nx journal..
I can easily collect the solid bodies created from ordinary features, but the bodies from the special featureType "FLEXED_PART",is challenge me a bit....
Dim...