Visible layers in view
Forums: Journaling / NXOpen APIHi, I have tried to make a journal to list all visible layers in a specific model view. But I struggle to get the code correct. Could you help me? I think...
View ArticleList of PMI symbols
Forums: Journaling / NXOpen APII struggle with a code to get a list of all PMI symbols. It works if there are only PMI symbols, but not if it is a mixture of both PMI symbols and drawing symbols. Do...
View ArticleJournals to shift, rotate and scale all objects in an NX part
Forums: Journaling / NXOpen APILooking for journals to move, rotate and scale all objects in a part (bodies, sheet bodies, datums, curves, etc.) It could be one, two or three separate journal programs.
View ArticleHow to get dimension or text or FCF associated to specific view?
Forums: Journaling / NXOpen APIHello, I am trying to get dimensions or texts or FCF associated with specific a view.Can anyone help me in how to find object aasociated to specific view?
View ArticleOpening and saving Excel with Teamcenter
Forums: Journaling / NXOpen APIHello, I need to export some data from the NX model in TC to Excel dataset that also is already in Teamcenter (or can be created as a new one or from template, but later...
View ArticleHow to get component after inserting part
Forums: Journaling / NXOpen APIHi all,I'm trying to create a subroutine that inserts a part into an assembly using the "AddPartToAssembly" ufunc. The sub will insert the part just fine. However, I need...
View ArticleSetting Workpart To Newly inserted component
Forums: Journaling / NXOpen APIAs part of a program that will WaveLink some geometry from one part in an assembly into a newly inserted component, I am having issues setting the newly inserted...
View ArticleChanging Sheet Sizes Automatically to Customer Size
Forums: Journaling / NXOpen APIWe have two different sizes for each sheet (B,C,D,E). One for our company and one for our customer. The size of the sheet is different so we need to change the sheet size...
View Article"Find Components" Tool within the NX Open API
Forums: Journaling / NXOpen APII am trying to see if there is a object in NX Open that mimics the functionality of the "Find Components" tool under assemblies. What I have is a tool I created that...
View ArticleExport dxf of all curves on a specific layer
Forums: Journaling / NXOpen APIHello, I am new to this and trying to write my first Journal.My goal is to dxf export all of the curves on a specific layer and save the dxf to the work part folder.I am...
View ArticleInsert New Drawing sheet in middle of the drawing sheets and re-arrange the...
Forums: Journaling / NXOpen APIHi,I am new to NX open. I need a program. I want to insert new drawing sheet in between the drawing sheets in NX drafting mode and also all the sheet sequence number will...
View Articleread Timestamps for PMIs
Forums: Journaling / NXOpen APIHello everybodyI'm trying to get the timestamps of the PMIs. Do know a similar way to do it like (NXOpen.Features.Feature.Timestamp) for features? (This works only for...
View ArticleCoG Journal - how to check if the CoG already exist
Forums: Journaling / NXOpen APIHello,I have Journal for creating CoG Point into NX Modelling. Everything works well, but I would like to check if the point was created. If the point already exists, I...
View ArticleNXOpen Wizard UGOPEN file not found
Forums: Journaling / NXOpen APII am trying to make external CLI application using NXOpen with visual studio.When i was looking for the folder %UGII_BASE_DIR%\UGOPEN\vs_files\VC\VCWizards I found that...
View ArticleCheck TC release status assembly loop
Forums: Journaling / NXOpen APIHello all,To get the release status of a part i use the following test code (see first one below) and this works fine.I tried now to loop through an assembly to get the...
View ArticleGet CutoutAreaData using...
Forums: Journaling / NXOpen APIHello,i want to get information about Blend object and Cutout object using NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.AnalyzeBody(). my code:.Face...
View ArticleDeleting Pattern Formats in Drawings
Forums: Journaling / NXOpen APII'm attempting to create a Journal script to search through all drawing sheets in a file and delete any Pattern features found. I found a post with similar code...
View ArticleAskDisplayedObjects
Forums: Journaling / NXOpen APIHello I have a question about Public Function CreateSetRender() Dim listTag As Tag() = Nothing Dim objCounter As Integer Dim mviews As ModelingViewCollection =...
View ArticleCreating new assembly and adding constraint
Forums: Journaling / NXOpen APIHello, 1) I have to create a new assembly with parent and child relationship but I am not able to add assembly component and with its child component. 2) Also,...
View ArticleReplacing Text In A Table Cell
Forums: Journaling / NXOpen APIHi All,I am new to the NX journal and I recorded a journal that replaces text in one of the table cell in the title blocks on my drawing. I figured that because of the...
View Article