Hi Maddy02,
No, not to my knowledge. The status line can vary based on the mouse pointer location in the graphics window and what is under it at the the time and the preselection sensitivity settings etc. (so even with the mouse at the same location
(over the same object(s) the answer can...
Line 36 also needs to be changes to output the larger numbers.
The attached zip file (please change the extension) has the revised source and executable.
--joehttps://files.engineering.com/getfile.aspx?folder=7d5a7196-bd12-4cc5-bf59-d82d3b376907&file=Pts_Along_Any_Curve_to_txt-file.rename_to_zip
Hi Kenja824,
Please consider this tip Link to convert legacy .tbr toolbar files to .grb extension.
And this tip Link for where to relocate the files to in the directory hierarchy for the NX UI customizations.
To summarize, rename and relocate the .tbr file to .grb and place it in the...
Hi Miike110,
At the beginning of the GRIP subroutine/program add a declaration for an array of 3 numbers to accept the data from the startpoint (&spoint) information of entity "myEnitity". The array is named "N". Change the name if this causes conflicts.
ENTITY/myEntity(5)
Number/[highlight...
Doc Center | Home > Teamcenter Integration for NX > System Setup/Administration > Server Setup/Administration > Installing/creating/modifying templates
If memory serves, there are other expectations that do not apply to template parts. The item ID and Item name must match and must not contain...
Ehaviv,
For the second journal to work the master part revision must already exist.
Was a "save part" performed after the first journal(and before the second journal)?
HTH,
Joe
Ehaviv,
(if the original question remains...)
The creation of a non-master would need to be changed from your example
encodedName = "@DB/" + partNumber + "/" + partRev
to include the "specification" for file type and the dataset name (of the non-master).
encodedName = "@DB/" + partNumber +...
Hi RamK,
The command line utility "part_utility -managed_mode=yes" supports these units conversion options and limits changes to authenticated TC users without needing to export any data.
-convert_units_to_mm
-convert_units_to_in
HTH, Joe
part_utility -managed_mode=yes -help...
Hello Ehaviv,
It isn't clear (to me) if maintenance pack MP7 (or mp8 or mp9 or mp10) is installed in addition to the 11.0.2.7. maintenance release. There were listing window changes delivered in MP7. (Just making sure that this seven 11.0.2.[highlight #FCE94F]7[/highlight] is not being...
Hello Jurajkomacka,
If the goal is to provide an NX journal without allowing the source (.vb) file to be read, the following command builds a dll binary file which is launched by "File-> Execute-> NXopen".
Creating Class Library
vbc /libpath:%UGII_ROOT_DIR%\managed /t:library /r:NXOpen.dll...
Adding the unmanaged assembly to the import operation can infer the component parts for the import operation. You have to add the additional files to the import list that are intended to be non-masters and identify which master they will relate to and what relationship type to use (usually...
If I understand the question correctly this may help.
Here is the description of the associated files capability that the API is automating.
Associated files Link
And here is a description on the import behavior.
Import Associated files Link
In short, if you are importing file 1234.prt and...
Hi Kenja824,
The advice that Tomas offers is good - UTD has not been improved as NX gains new functionality - using Ribbon bar customization is a better long term solution.
A possible interim strategy would be using a macro with UTD to launch the VB journal.
HTH, Joe
Hello Kenja824,
NX journals have access to modeling and drafting functions without needing to switch applications. However, the journal code has to insure that the NX session is displaying the contents that would be displayed in the respective applications. So, for the purpose of exporting the...
Hello Kenja824,
My suspicion is that error is part specific. Does this occur for a newly created part (ideally using file-> New -> Blank)?
The system defined "Isometric" view should not have any rotation and the line mentioned is not attempting to rotate the view orientation.
-joe