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.