What you describe could be related to bufferbloat. A more accurate test would be to do a test from http://www.dslreports.com/speedtest and see if that is the issue.
In Python I would create a function to narrow the selection like this.
def SelectCAEObj ():
theUI = NXOpen.UI.GetUI()#: :type theUI: NXOpen.UI
itemsPicked = 0
message = "pick CAE Object"
title = "Selection CAE Object"
scope = NXOpen.SelectionSelectionScope.WorkPart...
Try this <WRef0*0@"attribute name"> for the attribute name put in the name of the attribute that you would like referenced. For DB_PART_DESC you would type in this <WRef0*0@DB_PART_DESC>.
You could create a UDF. See attached file. Inputs needed for the UDF are 2 datum csys’s one for the sketch/extrude direction and one for split plane/Draft direction.
http://files.engineering.com/getfile.aspx?folder=d846dfe5-069f-4428-9408-d82d2f647b68&file=Hole_With_Draft.prt
This is an example of a expression calling for a value of attribute "MM_PART_NUMBER".
With expression Type String selected. The formula would be ug_askPartAttrValue( "MM_PART_NUMBER" )
Is this what you are looking for?
'Created By Jeremy Shooks 08-11-2017
Option Strict Off
Imports System
Imports System.Collections.Generic
Imports System.Windows.Forms
Imports NXOpen
Imports NXOpenUI
Module NXJournal
Sub Main (ByVal args() As String)
Dim theSession As Session =...
I did what you are looking for with the “attributePropertiesBuilder” function. I am very new at programing, so there is probably a better way to do this. The sample code below takes the DB_Part_Name and brakes it down into separate attributes.
'Created By Jeremy Shooks
'Create attributes...
This is from the NX help file.
"The UGII_IGNORE_INTERNAL_PLIST environment variable must be set if you want the default parts list to be the one you specified in the Customer Defaults dialog box."
When you use it without anything specified anything in the customer default it appears to use the...
Try and change this
<PropertyData property="Version">
<Data format="string">[highlight #EF2929]2011v1[/highlight]Data>
should be
<PropertyData property="Version">
<Data format="string">1.0</Data>
Catia will import and export CGM file just fine. You could also insert a .jpg or .tiff file into the drawing. The tiff/jpg has a bug when you export the drawing you sometimes get a double image in the area of the tiff/jpg.
ChuckRi,
A trick to get the names to show up into Catia is to turn off time stamp in the part navigator and rename the solid body’s. See the attached picture.
http://files.engineering.com/getfile.aspx?folder=33e2d3dd-4f86-46e6-8427-c3d7930ff486&file=NXvsCatia.png
uwam2ie
It looks like the change happened with the switch to NX8.5. Unfortunately I’m stuck with stress wizard since we do not have the license for design & simulation.
Does anyone use this? If so do you know how to change the view for safety factor to be the way it was in NX 8. In NX 8.5 and 9 its just duplicating the displacement view.
Unfortunately I can’t switch to a newer version till GM does. UGII_JAVA_HOME is pointed to the my local install of JAVA 1.7.0_21 64bit. Unwam2ie does the relations browser work for you?
Is it true that the relations browser for wave is broke in NX 9.0.2.5 Rev C. That’s what my IT guy is telling me. When I run the relations browser I get this error.
>>>> Error code 3600029 caught in file "D:\workdir\reference\NX902_5\src\assyutilsint\no\ind\ui_assy_utils.c" at line number...
I have done some PMI (3DA) drawings for Fiat. The 3DA stands for 3D Annotated models. The PMI was created in the 3D file not a separate file . In the 3D file you create a new work view for each view that you would have on a 2D drawing and add the GD+T dimensions and notes as needed.