Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  1. ialscorp

    nxopen .net selection

    The problem is I don't know how to select object without user dialog .. method "selectobject" opens dialog for selection I don't need this dialog... I need to add object to selection without dialog... could You advice which method should I use? I'm studying at the moment "AddToSelList" but can...
  2. ialscorp

    nxopen .net selection

    there are interactive selection methods: selectobject etc, but If I want to select for example some components in assembly by program without asking user...how can I do it?
  3. ialscorp

    acces to nx from other application - how?

    can I acces to NX from Excel for example ... Set UGNX = GetObject(, "NX.Application") ... how to declare NX.application should I write some info to registry about NX...? what to do?
  4. ialscorp

    how to explode pattern by vba

    thanks PeterGuy! that is I was looking for...
  5. ialscorp

    how to explode pattern by vba

    the problem was that I did not find explode method for pattern...(nor for rectpattern object nor for circpattern object) could You advice something
  6. ialscorp

    how to explode pattern by vba

    but it explodes only last selected pattern....not all
  7. ialscorp

    how to explode pattern by vba

    If I have many rect. and circ. patterns in partbody can I explode all by one click? or should I manually select each pattern and explode ;(
  8. ialscorp

    How to work with excel application

    could anyone give some example in VB.NET how to connect to excel ,work there and return back to nx....
  9. ialscorp

    how it be in Visual Basic

    already tried these cases in first case [ufs.Draw.AskDisplayedObjects( dfview.tag,num_objects , objects)] Runtime error: NXOpen.NXException: Input tag is not a section view. at NXOpen.UF.UFDraw.AskDisplayedObjects(Tag view, Int32& num_objects, Tag[]& objects) in second...
  10. ialscorp

    how it be in Visual Basic

    could anyone to help I know in GRIP but in VB :( how to work with drawing objects i need just to check colors of object if color number is wrong, prompt the user... where is mistake error:"Number of indices is less than the number of dimensions of the indexed array" in line with...
  11. ialscorp

    need advice in macros

    thanks very much - it works... experience is forever thing! :)
  12. ialscorp

    need advice in macros

    please could You help in another thing i need to turn on autoupdate in Sheetmetal flatpattern... can not manage... code: Sub set_smd_pref 'sheet metal preferences setup dim smd as UFSmd dim fp_options() As UFSmd.FpPrefs smd.AskFpPrefs(fp_options)...
  13. ialscorp

    need advice in macros

    thanks very much,HariharanB!
  14. ialscorp

    need advice in macros

    i wanted to have toggle between none and associative in drawing view style ... my code is Option Strict Off Imports System Imports NXOpen Imports NXOpen.UF Imports NXOpen.UI Imports NXOpen.Utilities Imports NXOpen.Drawings Module Module1 Sub Main() Dim i, j As Integer...
  15. ialscorp

    need advice in macros

    Hello macro experts! I need use UF_DRAW_extracted_edge to change current view style in drawing could someone give the simple example... I dont know when should use session when ufsesssion and what is difference... thanks
  16. ialscorp

    Geometrical Sets

    if You select "enable hybrid design" with "IN BODY " and not select "create geometry set" they will not appear...
  17. ialscorp

    Catia V5 Icons Disappearing

    after You finished customizing icons just mark your catsettings read only...
  18. ialscorp

    ID symbol creation....how?

    thanks a lot will try...
  19. ialscorp

    CAA question about GetAxisSystem

    Hi all! I want to make macro for placing any axis system of part(product) to the drawing view... can anyone share with experience of using GetAxisSystem method or may be You can advice something else...
  20. ialscorp

    ID symbol creation....how?

    Hello everybody! is there any possibility to create ID symbol in drawing view with automatic text , where text depends on some attribute of component of selected edge... as I see edge selected has reference to assy prt but it would be fine found component of this assy ... thanks
Back
Top