Select all views in drawing sheet
Forums: Journaling / NXOpen APIHi guys,I just starting with NXOpen and trying to run some basic scripts. In this one I would like to select all views of current drawing sheet and set color of visible...
View ArticleReading Attributes
Forums: Journaling / NXOpen APIHello Everyone,I am trying to create a program that can read the attributes of a part. Meaning the standard attributes that are displayed in the properties of a part. Is...
View ArticleReading data from external Excel table
Forums: Journaling / NXOpen APIHi,I'm trying to create a list of values read from an external spreadsheet but can't find the correct syntax to make that work.I haven't found anything about excel in the...
View ArticleControl visibility of Parts
Forums: Journaling / NXOpen APIHello,At the moment I have the problem that I want to control the visibility of components in a assembly. I cant find a code that returns whether the component is shown...
View ArticleNXOpen.UF
Forums: Journaling / NXOpen APII can't find any information on the NXOpen.UF namespace, can someone point me to it? Thanks.
View ArticleIs there a way to see real time outputs from journals?
Forums: Journaling / NXOpen APILike if I had a script that just returned the nxopen.session.parts.display to a variable, would I have to add some additional code to export that to the information...
View ArticleHide popping out command window step export
Forums: Journaling / NXOpen APIHello at all,I´ve got a function that allows me to export step data.The export_command window always shows off and stays there until the export is done. Is it possible to...
View ArticleTabular_note_type associative origin
Forums: Journaling / NXOpen APIHello! I have a question how to get associativity to each drafting view for each tabular note. I now how that should be for annotations.tablesections type, some code...
View ArticleUser defined expressions
Forums: Journaling / NXOpen APIHello,Is there a way to filter the Expressions of a part to only recover the user defined ones ?Thank you,Agathe
View ArticleStart / End Hole Position
Forums: Journaling / NXOpen APIBelow is code showing START hole coordinate (x,y,z). Is it possible to find END hole coordinate(x,y,z) when the depth limit of hole is Through Body? Option Strict Off...
View ArticleIs a Component a Part-Family-Member or not...
Forums: Journaling / NXOpen APIHello everybody,currently I'm working on an automated parts list. So far the Journal cycles through the assembly and collects all parts. In the following the Journal gets...
View ArticleGet Feature name from UI Block styler
Forums: Journaling / NXOpen APIHello again,I cant find out how to get name of selected feature from UI Block styler. I have a block SelectPattern As NXOpen.BlockStyler.SelectFeature and I want to get...
View ArticleSearching for title blocks in a drawing and checking the cells. Can it be done?
Forums: Journaling / NXOpen APIHello everyone,I have written something to search out title blocks (in 8.5 and 10) and then I try to check which ones it is storing by using getcell to get the first cell...
View ArticleFile Save, Make CGM, and Make PDF in Teamcenter
Forums: Journaling / NXOpen APIEnclosed is a Journal to do a File save, Make CGM'S and to Make a PDF. If the Drawing has multiple sheets the PDF will include all of them. This is also has an...
View ArticleI have a tag of a Title Block. I want the values from it from a label
Forums: Journaling / NXOpen APIHey all,I have managed to write some code to find the tag of a title block. I want to then use this tag get to the values by label. But the tag object doesnt have that...
View ArticleUpdate drawing (views, dimensions and annotations) to drafting standard....
Forums: Journaling / NXOpen APII'm posting finished code which updates current drafting view to Drafting Standard (named ISO_NX11_LDM) and deletes Title Block group (by its name A4_LDM for example). It...
View ArticleFull command list
Forums: Journaling / NXOpen APIHello, I have a question concerning NX Open. Is there a place where I can find a comprehensive, full list of commands for API? I want to create a journal which can read...
View ArticleHide popping out command window step export
Forums: Journaling / NXOpen APIHello at all,I´ve got a function that allows me to export step data.The export_command window always shows off and stays there until the export is done. Is it possible to...
View ArticleExport NX part list to Teamcener
Forums: Journaling / NXOpen APIHi Experts,I finding some codes for export NX part list to Teamcenter and build the part list.Thank you .
View ArticleGet Outline of Body
Forums: Journaling / NXOpen APIHello everyone.I want extract the precise outline of body (in Assy or Part) such as command Curve->Extract Curve -> Precise Outline using NXOpen/Journal. Please...
View Article