Function AskMsg(ByVal title As String, ByVal message As String) As Boolean
Dim messages As String() = {message}
Dim buttons As UFUi.MessageButtons
With buttons
.button1 = True
.button2 = False
.button3 = True
.label1 = "Yes"...
I'd like to create a company "Left Border Bar" from a text file so it is available for all users on the NX customization server.
What is the extension for that file?
Does it follow the same text arrangement as other toolbars?
Is there any example shipped with NX11 ?
Thanks.
D.
That "Stop Before Collision" does not get recorded into a journal...
This approach should simulate the same:
1. Set the direction into which you want to move your component
2. Get the 1st component encountered on the way from your origin into your direction
3. Get the minimum distance between...
NX85 had that possibility to set/unset the text below the icons for each selected toolbar (see attached).
Anyone knows where to find that option in NX11?
FYI: we are seeing that poor performance since NX 75 + Teamcenter 10 and what Siemens called at the time "a better integration of the two products". It has been so bad for every command that involves a massive live update of the Teamcenter Structure (typically adding/replacing fasteners) that we...
Modeling, Drafting, Assemblies, Advanced Assemblies, Sheet Metal Nesting, Mechanical/Electrical Routing functions all within a single license bundle AND with a total cost that is not that far from a mid range CAD package like SolidWorks Pro. Amen.
Grouping Components is possible BUT you need an Advanced Assembly License to be able to use that function...
Right-click on one of the Assembly Navigator's headers and activate "Show Component Groups".
From there you can create "Session" groups (temporary) or "In Part" groups (saved with the...
<The hole recognition was not smart enough... >
That is the main reason why our API has been developed: so to be able to work on geometry recognition in an history free environment.
No limitations.
D.
There is a way and it is called NX Open API - Or create your own program that will fit all of the needs you have. Without any limitations at all.
FYI, the link below illustrates something similar to what you are looking for: reading part families Excel sheet, selecting the nearest matching...