Delete Curve by Name in NX 11
Forums: Journaling / NXOpen APIHello,I am trying to delete curve by searching its name. I have used below code and it is working in NX 9 and NX 10 but it is not working in NX 11. Can anyone please help...
View ArticleEncrypt vb code and run inside NX
Forums: Journaling / NXOpen APIHi All,I am new here. I have a question that, can we encrypt vb code inside .vb file & run inside NX.?I know that we can compile vb file into .dll & run in NX....
View ArticleJournal to remove leaders from all balloons but selected
Forums: Journaling / NXOpen APII'm currently looking for a way to have a journal remove the leaders from all the balloons on a drafting sheet besides ones that I have selected. I create stacked...
View ArticleMoving a plane surface to round figure dimension
Forums: Journaling / NXOpen APIHello All,Is it possible to make a plane surface in round figure by selecting a surface?Example- As off now I am using a point to point move option to make plane surface...
View ArticleUser interaction while using revolve or other NX operation
Forums: Journaling / NXOpen APIHi! My experience with programming is limited, especially creating nx journals is a fresh topic for me. However I am trying to use inside my journal a default operation,...
View ArticleStandalone NX Open Scripting from External Script Files
Forums: Journaling / NXOpen APII have been stuck some time trying to interface NX Open via external scripts that I have written. Here is an explanation of what I am trying to do:I am currently...
View ArticleNeed Help Improving Journal
Forums: Journaling / NXOpen APIHello,I have a journal I found that is working fairly well but there is one improvement I am trying to make to it. This journal is for PDF export of every component in an...
View ArticleDelete Component From Model and From Folder
Forums: Journaling / NXOpen APIHello all, I am looking for a way to select components in an assembly and then not only delete them from the model but also delete them from the computer. Something along...
View ArticleGetting an Attribute from a part file from its drawing owning part
Forums: Journaling / NXOpen APIHi, I would like to sync the part's attribute the the drawings attribute using a journal.Is there any code that will let me do that using a journal.Thanks in advance,Stan
View ArticleRegarding collection of Datums information in drafting
Forums: Journaling / NXOpen APIHi, I tried a macro for collecting information of total number of Datums in Drafting. The problem is I am getting output for PMI Datums in modelling mode and for Drafting...
View ArticleMove assembly components in structure including constraints
Forums: Journaling / NXOpen APIHey,NX seems to be unable to retain assembly constraints if you move a set of components in the assembly structure. In my opinion it should be able to retain the...
View ArticleView Triad Modification through Journal
Forums: Journaling / NXOpen APIHi,Is it possible to modify (Increase) the size of the View triad for the current session. I basically want to export images to Power point in standard views (ISO, FRONT,...
View ArticleHow to pass my current monitor view as input parameter for Mapping Functions
Forums: Journaling / NXOpen APII would like to find the location of all the Parts available in an Assembly on my monitor screen. After doing my research/asking for guidance, I was able to get someone...
View ArticleGet the distance between 2 Parts in an Assembly
Forums: Journaling / NXOpen APIWill it be possible to determine the distance between 2 parts in an assembly? As an example, I would like to get the distance between 2 red housings shown in...
View ArticleNXOpen.UF.Disp.DisplayTemporaryText Example
Forums: Journaling / NXOpen APII would like to "mark" some information on Parts in an Assembly in my active monitor view as shown in picture. The marking data is taken from Parts' attribute.Currently,...
View ArticleHelp with selecting faces please
Forums: Journaling / NXOpen APIHi wonderful NXJ community!Could someone please tell me what is wrong with what I am doing. I am trying to select faces and return them as an array. It should be simple....
View ArticleExport Extracted Face
Forums: Journaling / NXOpen APIHi,i'm facing a problem with the export option in NXOpen: I created an non associative "extracted face" from a body. Now i want to create a new part which only contains...
View ArticleHow to Let NX Know the Starts and Stops for Centerline Length Measurement
Forums: Journaling / NXOpen APII asked a question on some ideas how to do the measurement to get the distance between the 2 components on an assembly file a few days ago. I did some study on some of...
View ArticleCode for moving same part files to different positions using a text file
Forums: Journaling / NXOpen APIHiI have an assembly file with 4 parts of same name as (1.prt).I would like move them using a Text file where i have 4 lines as such denoting their respective positions...
View ArticleDelete All From Layer At The Assembly Level
Forums: Journaling / NXOpen APII have a journal written that when run will ask the user to input a layer number and then delete all objects from that layer (based on code from this site). The journal...
View Article