Hello,
I have a journal as user command and I want to use a keyboard shortcut key with it but, once set-up the keyboard shortcut, a message show up:
"Error reading Journal, C:\Users|User1\Journal.vb, File open failed".
Some code lines are needed in the journal or fix some settings?
Best Regards
Hello Eng-tips,
This morning I try to open an assembly file and after 45% Loading a warning message popUp as "Error During Update: Error number 734010, This was caused while updating of type Drafting Feature Control Frame in part xxx.prt" followed by another massage "Could not open...
Hello Eng-tips:
Each time I use Auto balloon instead of a consecutive number it display something like "~C" (see attache image). I use a template part list to generate the balloons, this issue occurs either with Auto balloon or Identification Symbol (after closing or opening the assembly file)...
Hello Eng-Tips
I just get an brand new workstation to work with NX 7.5 at my job; this little monster is a HP Z820 workstation with Intel Xeon CPU ES-2609 4C @ 2.40GHz 10MB (2processors), 32GB DDR3-1600 2-CPU RAM, Win7 Enterpise SP1 x64, 2x HDD 2TB SATA 7200 and NVIDIA Quadro 400 2GB GFX...
Hello Eng Tips,
Im writing a code to open a power point show, save & close excel workbook. I added the ActiveWorkbook.save before ActiveWorkbook.quit line because the program ask to save the file before close it. The issue I get with this code is that it dont open the pps just save & close...
Hello Eng-Tips,
I have to reinstall VIsual Basic 2010 Express Edition and after copied VBProject & VBWizard from NX: C:\Program Files\UGS\NX 7.5\UGOPEN\vs_files\VB (folders and files) to C:\Program Files (x86)\Microsoft Visual Studio 10.0\VB. From File>New Project>NX7 Open VB Wizard a message on...
Hello Eng-Tips
I have to quiestion regarding the Part List or BOM, I just added a new column wich shows an attribute from a component and as a result the value is between parentheses, is there a way to get rid of them? (see attached image under column NOM).
Best Regards
Hello Eng-Tips.
Could anyone clarify why in the attached journal a sketch is confuse with a curve?.
The journal move any curve o sketch to a different layer but I can understand why the confusion (obviously Im a new in journal).
Regards
Hello Eng-Tips
Attached you will find a journal that move Datums/Curves/Sketch & Sheets to differents layers. The main idea for this journal is to organize any objects in the view. There is an issue I can't find a solution (or a clue at least), after the objects have been move and trying to...
Hello Eng-Tips. I have an problem with the attached journal. This journal build a set of line with crosshatch inside the enclosed area but when the postion of the lines change the crosshatch is build outside the enclosed area. So far I couldn't found the problem, can anyone take a look...
Hello Eng-Tips, is there a faster way (how-to) to compile (get to source code) a user form build in Visual Basic Express other that write each line (object, properties, etc)?
Resgards.
Hello Eng-Tips,
Is there an Assembly Constraint alike Limit Distance from Solidworks in NX? Or another way to do something like Limit Distance? I've found this constraint useful when I'm working with mechanisms.
Regards.
Hello Eng-Tips: I manage to add some code lines to orient a model (standard views) and create an image by a journal but in the end result (image.jpg) the window "Work in process" make a photoboom, is there is a way to avoid/hide it apparence?
Attached you will find the journal.
Regards
Hello Eng-Tips.
I am trying to use CrossHatch on a curve array (representing a letter) thru a journal but NX report an error: "Unable to cast object of type NXOpen.NXObject[] to type NXOpen.Curve[]" .See attached journal (VB) to find mistake.
Regards
Hello Eng-Tips
I have a question regarding how can be possible to manipulate the characteristics (if note change font or size, if line change width) of the instances/copies after using Move Object (Ctrl+T by default) thru a journal, is possible??
Is there is a simply way to create 10, 15, 30...notes using this code lines: (the main concern is to avoid repeating 30 times the same block of lines but with diferent counter (14))
Dim nullAnnotations_SimpleDraftingAid14 As Annotations.SimpleDraftingAid = Nothing
Dim...
Hello Eng-Tips, I have a question regarding Attributes and Journal (vb). I need a user form to request and add attributes to a component part and use those attributes on a title block. So far i have identified and know how to build a user form, request the attribute and store as a variable; my...