VB vs C++ for NXOpen
Forums: Journaling / NXOpen APIHi all,My company has a lot of custom buttons in NX10 that are all written in VB.I am now writing and performing upkeep for all buttons/functions that are intended for my...
View ArticleLoop into Parts of Assembly and Find If The Parts Contain Tubes
Forums: Journaling / NXOpen APII was able to loop through an assembly and get all of the Parts' interested attributes. However, I would like also to loop into each part and figure out if Part is...
View ArticleCreate Centerline for a Entire Part
Forums: Journaling / NXOpen APII very much appreciate for the Report Length Of Tube Feature code, it helps me a lot but I would like to extend its functionality.The code helps build the centerline,...
View ArticleReport Length Of Tube Feature When Implemented with Visual Studio Issue
Forums: Journaling / NXOpen APII ran the code for Report Length Of Tube Feature within the NX Developer Tab without problem. However, when I tried with Visual Studio (VB.NET), I get a few error...
View ArticleSelect all the bodies in Current displayed assembly
Forums: Journaling / NXOpen APIHi I found this Function in Forum, Is it possible to do it in assembly level. I basically want to collect all the visible bodies from the current displayed part...
View ArticleFind and Replace in Clone Log
Forums: Journaling / NXOpen APIHello, I am working on a journal to find and replace values in a clone log file. Currently we use an excel file to update expressions. We write the excel file and then it...
View ArticleObject from a label
Forums: Journaling / NXOpen APIHello, I try to get the informations from a label. I need to get the object from the leader.I use the following code:Dim theobject as displayableobject Dim theview as...
View ArticleExtract Centerline Of Free Form Tube Returns Circular Length as Centerline
Forums: Journaling / NXOpen APIWhen I apply the Extract Centerline Of Free Form Tube (http://www.nxjournaling.com/content/extract-centerline-free-form-tube) for Face Bodies/Sheet Bodies, the...
View ArticleLoad Existing Clone Log and Execute Clone
Forums: Journaling / NXOpen APII currently have a journal that will generate clone logs for new jobs. Is it possible to load an existing clone log and execute the clone through a journal? If so how...
View ArticleFind Maximum Linear Length of A Solid Body
Forums: Journaling / NXOpen APIIs there any way to find (measure) the maximum linear length of a solid body programmingly?
View ArticleHow to start with Block styler
Forums: Journaling / NXOpen APIHello,I worked on NXopen and now I want to create the application with the help of block styler. I have created one example but I am not getting how to call it in NX or...
View ArticleDrawing show wcs in view
Forums: Journaling / NXOpen APIHy,i created a drawing with a lot of isometric views. Each view show some bodies from the assembly. What i now need is to show the orientation of each view.Is it possible...
View ArticleUsing the AskMassProps3d Method in Python for NXOpen
Forums: Journaling / NXOpen APII'm running into an issue obtaining inertia values from my assembly using NXOpen in Python. I am currently using the NewMassProperties method to obtain mass properties...
View ArticleDrawing setuserattribute to body
Forums: Journaling / NXOpen APIHy,i created a project for drawings.What i need is the drawing number for each body in the assembly.I loop through all label and ask the leaderdata for the object. Then i...
View ArticleHow to convert .catprt to .jt model with running NX in background
Forums: Journaling / NXOpen APIHi,I want to create .exe or .dll for converting .catprt to jt model. In this case complete procedure will be done in background and it is not visible to user.Can anyone...
View ArticleExporting tool data to excel or other format
Forums: Journaling / NXOpen APIHello,I'm new to NX and to the journal. For my final paper I have to find a way to export data about machining tools in a excel usable format. I have found a way to write...
View ArticleModelCompare function API called UF_MODL_model_compare
Forums: Journaling / NXOpen APIHello Folks,I have following error while debugging ModelCompare function in both NX 10 & 11 Environment. Can anyone help me to solve this error and I didn't...
View ArticleSelect object and obtain information
Forums: Journaling / NXOpen APIGood morning I need help with one Journal because I work in NX 9.0 and need to select one component in one assy and obtained the name, thickness of the attributes, some...
View ArticleExport Orderd Assembly BOM to Excel
Forums: Journaling / NXOpen APIHi,I am using the Export Assembly to Excel that exist in this forum but now in NX11 we can change the assembly component structure order. but the list that I get in excel...
View ArticleNX Journal Python:: Creating List of All Components Loaded Into an Assembly
Forums: Journaling / NXOpen APIHello all,I have a quick question. Does anyone know how to construct an array of all components loaded into an assembly in NXOpen's Python API? Everything I have tried...
View Article