Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nathangaldamez

    Selection Mask Array Color Filter

    I was wondering if it is possible to have the NX Journal "selection mask array" filter by color. Or is there another function that is needed to perform the color filter in the code. This is the selection mask portion of my code: Dim selectionMask_array(1) As Selection.MaskTriple...
  2. nathangaldamez

    Selection Mask Array

    I was wondering how to have the NX Journal selection mask array select all curves including lines and splines. So far If I use .Type = UFConstants.UF_line_type or .Type = UFConstants.UF_spline_type I can filter for either a line or a spline. But I would like to filter for all curves...
  3. nathangaldamez

    Obtain Point Reference Number

    Frank, How would translate this code to give me Ruled Surfaces instead of Points. Thanks, Nathan
  4. nathangaldamez

    NX 6 Journal How to obtain the object name tag from a selected object

    Marc, I have the Associative check box off for lines and splines for this particular journal. Nathan
  5. nathangaldamez

    NX 6 Journal How to obtain the object name tag from a selected object

    Hi Frank, When I click and drag to select the sets of splines within my journal. The resulting selected lines objects in the array seem to be in random order, I tried arranging by tag, but the tag number is sometimes lower for splines created after. Line ID seems more in line with the order...
  6. nathangaldamez

    NX 6 Journal How to obtain the object name tag from a selected object

    Frank, Like the way you showed me for the Points feature name, but is It possible for Line/Spline IDs? -Nathan
  7. nathangaldamez

    NX 6 Journal How to obtain the object name tag from a selected object

    Hi Frank, Sorry, yes I understand the problem now. How about Splines and Lines is it possible to output the ID number using a Journal. My goal is to put either Lines or Splines automatically created from a Journal in ascending ID order when selected, so that I can know which line/spline I'm...
  8. nathangaldamez

    NX 6 Journal How to obtain the object name tag from a selected object

    Hi Cowski, My goal is that after running this portion of the code: '' The selectFaces method takes an NXobject array by reference Dim selectedObjectsArray() As NXObject SelectFaces(selectedObjectsArray) '' Need to recast the face NXObjects to Displayable objects...
  9. nathangaldamez

    NX 6 Journal How to obtain the object name tag from a selected object

    Hi Marc, This time I keep getting the following error: 'UFModl' is not a member of 'NXOpen.UF.UFSession'
  10. nathangaldamez

    NX 6 Journal How to obtain the object name tag from a selected object

    I'm getting the following message: 'UFModl' is not a member of 'NXOpen.UI'.
  11. nathangaldamez

    NX 6 Journal How to obtain the object name tag from a selected object

    Thanks Mark for the reply. I'm still a beginner when it comes to NX Visual Basic Journals. Could you give me an example on how to use <feat_obj>.GetFeatureName(). Thanks, Nathan
  12. nathangaldamez

    Obtain Point Reference Number

    That works perfectly! Thanks so much for your help. -nathangaldamez
  13. nathangaldamez

    Obtain Point Reference Number

    thread561-276765 When you use the feature Information->Object-> and you select a point you're able to see the reference name for the point, i.e. Point(1) or Point (2) depending on when it was created. Is there a way to retrieve this property in a Journal.
  14. nathangaldamez

    NX 6 Journal How to obtain the object name tag from a selected object

    I'm using the code below to select and change the color of a face that I created using the "Ruled" feature. I was wondering if it's possible to obtain the "RULED(545)" name from using a function such as object.tag, but 'tag' only returns the tag number not the RULED number. This is the coded...

Part and Inventory Search