Automation with expressions and scripts
Forums: Journaling / NXOpen APIDear People,There is a parametric model that I am working on. All its features are controlled by expressions values, which in turn have some if else code incorporated to...
View ArticleExport Part (modify Journal)
Forums: Journaling / NXOpen APIHello,I have a journal (*.vb) that exports the part to the OS-Filesystem from a managed NX session.Everything works as it should. The only thing I would like to change...
View ArticleGetting the feature from Drafting curve
Forums: Journaling / NXOpen APIHi All,I am trying to get the feature from the selected drafting curve. I used ask drafting curve parents to get the object(Edge). Now I am asking the features using...
View ArticleHow to rotate component by 4x4 matrix?
Forums: Journaling / NXOpen APINXOpen.Session.Parts.Work.ComponentAssembly.MoveComponent(component, translation, rotation) method. due to the fact that this method does not accept a 4x4 matrix, I have...
View ArticleHow to select automaticly all solids
Forums: Journaling / NXOpen APIHello all,I have a situation with the journal following. I'm using it to take backups of parts as just solid body but I don't want it to ask me to select solids on...
View ArticleHow can I play a journal automaticly when NX start?
Forums: Journaling / NXOpen APIHello all again,Is there a way to play/work a journal automaticly at NX software startup? I have been searching for it and couldn't find a proper solution. Due to...
View ArticleDelete all interpart expressions
Forums: Journaling / NXOpen APIHelloI'd like to remove all interpart expressions in my script. In the NX GUI there is a button "delete all references", but if I record a journal of that, I only get the...
View ArticleFolder selection in Journal
Forums: Journaling / NXOpen APIHelloIn my script I save some files to a folder in TeamCenter. How can I let the user choose the folder,...
View ArticleGet current TeamCenter working directory
Forums: Journaling / NXOpen APIHelloIs there a way to check in which directory/folder of TeamCennter the User is currently working in? I'm only able to set a new location...
View ArticleTolerance and dimensions input from XLS
Forums: Journaling / NXOpen APIHello,Right now I am exporting all the dimensions and tol into a spreadsheet that we use for stacks. I'm curios how do I revert that, if I make some tol tweaks I would...
View ArticleZone Location for View at View Location and Transfer to Parent and child views
Forums: Journaling / NXOpen APIHi,How to get Zone location for all Views at "View Names/labels"(Ex : View A) and how to Transfer zone location of Parent view to child views (Ex: Section View, Detail...
View ArticleNXOpen Component get color in rgb
Forums: Journaling / NXOpen APIHi everyone, Can you help me? How can I get the color of a NXOpen.Component in RGB mode by coding? Thank you very much.
View ArticleAssembly File Attributes to Excel
Forums: Journaling / NXOpen APIDoes anyone know of have a way I can output all the Attributes of my parts in a assembly file into an Excel sheet.
View ArticleSelection of points In Drafting which are created in MasterModel in TeamCenter
Forums: Journaling / NXOpen APIHello All,Below Code For Each myPoint As Point in Workpart.Points myPoint.Highlight Next Is working In Individual File, but when Points are created in MasterModel file,...
View ArticleAssign Attributes From Excel
Forums: Journaling / NXOpen APII apologize if this has already been covered but I have been searching for a while and can't find anything.I'm looking for something like the AssignAttributesForTooltips...
View ArticleDropdown List for user to select - Simple code if possible please
Forums: Journaling / NXOpen APIHi everyone. I am very new to NX Journaling and am looking for a way to create a dialog box with a dropdown list that displays part numbers of the components in the...
View ArticleHow To Get View Label On Parent view of Detail View
Forums: Journaling / NXOpen APIHello In below Example I can Get the View Label on Parent View Of Section View (Thanks for posting This...
View ArticleGet all dimensions with formula set as value
Forums: Journaling / NXOpen APIHelloIs there a way to get all dimensions of a part that have a formula set as value? Or even better; That use an expression in the formula? This should work if the...
View ArticleNX Deawing Template
Forums: Journaling / NXOpen APIHi guys, is there a any way to write an NX Journal ( in Visual Basic ) which opens an template ( .prt file ) , edit the content from it (addition of text in every...
View ArticleEdit Information MoldBase in Create MoldBase
Forums: Journaling / NXOpen APIHello, In the process of creating Moldbase, I want to edit the information according to the BITMAP interface I created. But after using Jounaling record and playing it...
View Article