Execute code via comand prompt
Forums: Journaling / NXOpen APIExecute code via comand prompt raises those errors below:I tried to run the code that is in the link below.http://nxjournaling.com/content/using-message-boxes It is...
View ArticleExporting Screenshot to PowerPoint
Forums: Journaling / NXOpen APIHi I am taking NX standard views and export to them to a PPT in standard format, I am facing problem with the scale. The view scale is not aligned to each other due to...
View ArticleUpdating Cylinder Block Assemblies
Forums: Journaling / NXOpen APIHello, I am very new to Journaling. I kindly request your help with my below problem.I have an assembly with first level sub-assemblies made up of cylinder blocks in...
View ArticleSetting "Move Component" dialog window options with NX Open
Forums: Journaling / NXOpen APIHello, I want to set "Move Component" dialog window options by journal."Move Selected Components Only" box has to be always unticked and the collision action has to be...
View ArticleChanging Character Font Size in Titleblock - With user Input
Forums: Journaling / NXOpen APII am looking to have an adjustable drawing template that adjusted with the size of the sheet size. I have created this successfully but when creating large sheet sizes...
View ArticleCreate RBE Spider from Point
Forums: Journaling / NXOpen APIHi together :) My problem can be described as follows: I have a cross-section of my component. In this cross-section, there are several points called GUYAN_points from...
View ArticleRunning OK_CB immediately if preselection
Forums: Journaling / NXOpen APII am using the Block UI styler dialog to create a simple feature selection dialog. I want the code to execute immediately if the user has preselected features prior to...
View ArticleCreating a screenshot for each tool movement while machining simulation
Forums: Journaling / NXOpen APII'm currently working on creating a journal which will batch screenshots into folder for each movement of the tool, for all operations (ultimately to create work...
View ArticleRemoving selection stickness from CAM object
Forums: Journaling / NXOpen APITrying to remove selection stickiness from the journal which simulates machine in NX CAM. Anyone knows how to deal with it? I read through tutorial for but I wasn't able...
View ArticleSave Assembly File to new file name (SaveAs) in NXOpen (Python)
Forums: Journaling / NXOpen APIHello all,I'm looking for a way to save my NX assembly file to a new name. I can currently save the modifications I make in my journal using:theSession =...
View ArticlePython: What is important to know to get started?
Forums: Journaling / NXOpen APIHello everyone! After having written some small NX Journals in .vb during the past years, I've now come to the conclusion that it might be a good move to give Python a...
View ArticleFeature Group vs Brep
Forums: Journaling / NXOpen APIHi, I have bodies grouped together in a part. I want to generate a excel report with each group mass properties. While compile I got error saying feature group cannot be...
View ArticleCreate Parts List
Forums: Journaling / NXOpen APII couldn't record the Parts List button, but found something on GTAC coded for C# (search nx_api4978 on GTAC to find it). I put together something in VB.NET that imitates...
View ArticleDisplay Move Component Dialog
Forums: Journaling / NXOpen APIHello, I am working on a program that will select a component and start the move component dialog based on previous used selections. I have recorded a few journals using...
View ArticleDetecting & Cleaning broken dimensions/Symbols
Forums: Journaling / NXOpen APIHello,I have an assembly drawing, and when I remove some components from the assembly, some dimensions/symbols/notes defining these components get broken as expected.I...
View ArticleFace selection problem in NX11 Nxopen
Forums: Journaling / NXOpen APIBelow code is just for converting solid to sheetmetal by letting user select the face to do the operation. Having the following error on my code. Using NX11 with...
View ArticleCan this be extended to all the sub level components of current assembly
Forums: Journaling / NXOpen APIOption Strict Off Imports System Imports NXOpen Imports NXOpen.Assemblies Module ArrangementUpdateNew Dim theSession As Session = Session.GetSession()Dim workPart As...
View ArticleOpen/Edit Multiplt NX Files Inside Same "run_journal" Script
Forums: Journaling / NXOpen APIHello all,I'm currently working to automate some NX tasks but I need to work in multiple assemblies/file parts. I could do this by running multiple scripts using...
View ArticleImplementing .MakeUptoDate method
Forums: Journaling / NXOpen APIHi All,Can anyone please provide me an example for implementing '.MakeUptoDate()' method(which is equivalent to 'Update for external changes option ' in UG NX)
View ArticleEdit NX expressions Through NX Journal Userform
Forums: Journaling / NXOpen APIHi all,I want to create an userform in NX, which is showing existing Expressions and their values in Textboxes, and asks user to edit it. When user edits the values and...
View Article