FindObject Problem
Forums: Journaling / NXOpen APIHello, I'm new for Journal programing and stuggling on two cases below to resolve FindObject problem. In order to make my program generic, I replaced CType,FindObject...
View ArticleDiscover X, Y, Z coordinates of a Point
Forums: Journaling / NXOpen APIHello,I would like to know if there is a way to extract X, Y, Z coordinates from a Point. In particular way, the point of my code is generated from an intersection...
View ArticleThree Tangent Arc/Circle
Forums: Journaling / NXOpen APIHello,In these days I'm trying to automatize the creation of an arc/circle which is 3-tangent to three known curves (in my case two splines and one arc).Recording the...
View ArticleLoadThisPartFully error on Workpart
Forums: Journaling / NXOpen APII have a journal that creates mirrored wave linked bodies. In order to do it I need to have a part fully loaded. But I get error when I select the bodies inside the...
View ArticleCheck if part is already loaded in session
Forums: Journaling / NXOpen APII'm creating my own "library" Form from where I insert often used parts.I have a problem with inserting a component when it's already loaded into a session.For the moment...
View ArticleHow to exclude shared edge for TrimExtend Builder ?
Forums: Journaling / NXOpen APII'm working on creating Journal for TrimExtendBuilder. Suppose there is a body shown as below diagram.I want to extend its perimeter outward by 10mm. When I launch...
View ArticleCreate profile & extrude it
Forums: Journaling / NXOpen APIHi,i have a points in one plane, I have to create profile with these points in one sketch & extrude it using nxopen. Plz help me in thisTak
View ArticleGet user to select and fill surface
Forums: Journaling / NXOpen APIHi all! I am new to NX Open Journaling. Recently I am trying to modified the journal that I've created so that user can select a group of projected curve and fill...
View ArticleRead Hole Callout
Forums: Journaling / NXOpen APIHi, I am trying to read drawing dimensions to a table. I used workPart.Dimensions.ToArray() method. Linear dimensions fine. However, dimensions that made with "hole...
View ArticleObject from tag , in Python.
Forums: Journaling / NXOpen APIThere is no Utilities or NXObjectManager or Tag class in python.So is it not possible to get obj from...
View ArticleSetting Environmental Variable alternative
Forums: Journaling / NXOpen APIHi, I have a Problem. I wrote a nice NXOpen program that just tags face. I am using the BlockStyler Library with a dlx file. Unfortunately, I wrote it on my personal...
View ArticleMaking intellisense work with Python Tools for Visual Studio for NXOpen.
Forums: Journaling / NXOpen APIDoes any one know how to make intellisense work for NXOpen Python ,on Visual Studio 2012(or any). I have installed PTVS 2.1 but not able to make intellisense recognise...
View ArticleSynchronizeAttributes
Forums: Journaling / NXOpen APIHy alltogether,i tried to sync the Routing attributes from the part to the assembly. It works pretty good if i use properties inside NX.I recordet a Journal to see what...
View ArticleGet Name of Group "Dynamic Sections"
Forums: Journaling / NXOpen APIHi all. I have a problem, when i used "Edit Section" command, in Part Navigator have sub Group (Group "Dynamic Section"),How to get name of Group and sub Groups in Part...
View ArticleNX Export Assembly Outside Teamcenter
Forums: Journaling / NXOpen APIHi, I have NX connected to the teamcenter and I have a part list to download. Is it possible to download several assemblies into local pc by one click? The exported parts...
View ArticleMulti face select
Forums: Journaling / NXOpen APIHi, I have small recorded macro to change color of selected face to my desired color code I need a small change that it should allow and apply to multiple faces...
View ArticleCode to query part file name
Forums: Journaling / NXOpen APII'm creating a journal that will output 3 files and I want those output files to be named the same as the file that is active when running the journal. I'm looking for a...
View ArticleCheck Exist Part in NX-PDM
Forums: Journaling / NXOpen APIHi all, now I used NX 9.0 and TC 10.0, How to check a Part (Input Form Excel or Txt.File) is Exist or no Exist. Thanks very much.
View ArticleBody color change and passing parameters to .vb
Forums: Journaling / NXOpen APII am sharing my tool to change body color to a value which is given as a parameter of Journal.'ColorBody by wizdar () Option Strict OffImports System Imports NXOpen...
View ArticleJournal to Extract multiple bodies using wavelink
Forums: Journaling / NXOpen APIHi all, please check the below code I need some tweaks in this 1. remove parameters of extracted bodies 2. add color and transparency to bodies 3. rotate bodies about...
View Article