Hi,
I´m searching for the Keywords in RTB-File or a function in VB, to toggle the status of the bitmap in the ribbon like this example here:
So with this button I can see, if the raster is ON (dark background) or OFF (light background).
How can I do this in my own ribbons. I have written...
Hi,
is there any way to reorder all standard parameters (p*) in NX (10/11)? I have a part which have currently up to parameter-number of 9000! This is a result of some pattern-features and some changes to them for different versions. So I have e.g. no parameters within 1000 to 2000 and more...
Hi,
is there a possibility to set the revision rule in the NX Load-options bei a VB-code? We are using the revision rule "latest working" in Teamcenter as default. But we need a differend rule in NX as a default. So we would like to create a VB which can be run when NX will be started.
Can...
Hello,
since NX9 we have the new Ribbon-Bars. To control the image-size of a button we have different Settings/Keywords in the rtb-file. In NX9 we only have small and large Images. The Keywords in the rtb-file are - RIBBON_STYLE [highlight #FCE94F]SMALL_IMAGE[/highlight] or RIBBON_STYLE...
Hello all,
I have written a small Journal to toggle the linewidth Display in drafting-mode or in modeling-mode with only one button. In this case, the tool has to be determine if we are in modeling-mode or in drafting mode, cause we have two variables - one for each of the applications...
Hi all,
I would like to write a small VB-Program that should unblank all Routing Objects with subtype anchor, port and controlpoint. The NX Standard function with CTRL+W didn´t work, cause routing objects are not supported (NX8, NX8.5, NX9). We Need also to blank the objects first, but I...
Hi all,
do anyone knows what the customer Default Setting "Additional Model Reference Sets" are doing (e.g. NX8.5)?
Under the Customer Default - Assemblies - Site Standards - Tab "reference Sets", we have one Setting for the "Model Reference Set". This is clear. But at the end of this tab-list...
Hi,
I´m searching for a preference to set the centerline-extensions to individual extensions, so that I have on each centerline-point 4 extensions to all directions. In the dialog under settings I can switch it on and off. But I didn´t find any preference for it. Not in the customer-defaults...
Hi all,
is there a possibility in NX to set the section-cap-color as a default to "body color" instead of "specify color"? I did not found any setting in the customer defaults or in preferences.
Michael
Hello,
is it possible to change the NX8 Part Attribute DB_SEED_PART_USED? This Attribute holds the Seedpart (template) used to create the part. In NX4 with TCE9.1.3 it was possible to change the value of this Attribute. But in NX8 with TCUA8.3 it is not possible for me to change it. I tried to...
Is there a possibility to setup the customer symbol annotation as a customer default? Per standard this setting was setup to "Use Current", which causes mostly too large ore too small annotations - just like the current style settings. But we would like to have "Use Definition". I found no...
Hello,
How can I move a complete DatumCsys - 3 DatumPlanes, 3 DatumAxis, 1 Point and 1 CSys to a new Layer with a VisualBasic Script?
I have a Script for that, but it does not move the Point and the Csys of the DatumCsys to the new Layer.
Here is the Code I used:
Option Strict Off
Imports...