list adjacent faces
Forums: Journaling / NXOpen APIHello,There are surfaces in the part. Some of them are adjacent to eachother. Any idea to find and list (maybe tag) those adjacent faces?Thanks
View Articlelist adjacent faces
Forums: Journaling / NXOpen APIHello,There are surfaces in the part. Some of them are adjacent to eachother. Any idea to find and list (maybe tag) those adjacent faces?Thanks
View Articledatum feature symbol enclosed in parentheses
Forums: Journaling / NXOpen APIhello there, Can I select a symbol on the drafting page and enclose it in parentheses? I would like to enclose the datum symbols in parentheses to indicate that I want to...
View ArticleDimension arc info
Forums: Journaling / NXOpen APIHi, UF_DRF_ask_dim_info is function returning all dimension info Information like text info, line info, arc info, and arrow info are obtained. In which I need to get...
View ArticleWrapper method for UF_UI_message_dialog
Forums: Journaling / NXOpen APIHi all! I want to make question dialog with two buttons, that have custom labels: "Electrical port" and "Mechanical port". I have tried to use UF_UI MessageDialog Method,...
View Articlecopy paste api commands
Forums: Journaling / NXOpen APIHiWhen the nxmanager open part dialog is open I can right click a part and choose copy and then in the same nxmanager opened dialog I can brows to a folder and right...
View ArticleTrim surfaces
Forums: Journaling / NXOpen APIHello, I have some bodies(faces),sew and revolved surfaces mixed in the part navigator. There is also a ref revolved surface which will be used as tool in trimming op....
View ArticleScript fail if I click on Stop in Work In Progress dialog
Forums: Journaling / NXOpen APII have a script which pause while it shows a message box. MsgBox("Continue?") But after a second it also shows the "Work in Progress" dialog with a Stop button....
View ArticleUGPC Utility to Listing Window
Forums: Journaling / NXOpen APIThis is an edit of the example from Convert Part Units Submitted by NXJournaling. Because I am not experienced, I ran in to some issues, but solved. You can respond and...
View ArticleNeed help to highlight assembly constraint
Forums: Journaling / NXOpen APIHi, I am wondering if you could help me with a problem I have? I am trying to Highlight all Positioning constraints which meet my criteria. How can I do that? I tried...
View ArticleCAE - Create multiply bar
Forums: Journaling / NXOpen APIHello! I have a solution for creating a single bar, but I want to find a solution to create a multi-bar. I need to find the nodes using the facet body. Facet body is a...
View ArticleSTL export of part variants
Forums: Journaling / NXOpen APIHi! I have a part with multiple parameters and would like export different variants of it in stl format, with the filenames of the parameter values concatenated. I try to...
View ArticleRevolve
Forums: Journaling / NXOpen APIHello,I am using Nx8.5 and I have some troubles on revolving of lines. I both followed Nxopen manual and recorded journal.Due to having trouble with this line of code,Dim...
View ArticleUndo mark
Forums: Journaling / NXOpen APIHello, Is there anyone could share an example about undo mark? I am going to create a trim and according to trim direction the mass will be changed. Whichone will result...
View ArticleOpen An External Excel file in NX
Forums: Journaling / NXOpen APIHello,We have engineers who wants to open an Excel file while they are working in NX. Is it possible to open an external Excel sheet with a journal?Best Regards Thijs...
View ArticleReading Sweep feature
Forums: Journaling / NXOpen APIHi, I need to read sweep feature. I have created a simple sweep using "Sweep along guide" option in NX. Now sweep parameter can be read using...
View ArticleHow to get point and vector selected in blockstyler ?
Forums: Journaling / NXOpen APIHi,In the following code I tried to create point and axis after selecting with block stylerBut I have a problem to terminate the 2 lines above Dim thePoint As Point =...
View ArticleRead data from BlockStyler
Forums: Journaling / NXOpen APII have created a block styler in NX, with Vb.net code generated. I got these thing in code generated. Private Shared theSession As Session Private Shared theUI As UI...
View ArticleCreating dimensions in drafting via code
Forums: Journaling / NXOpen APII have successfully created a program using vb.net and journals to receive user inputs and create models as per the input. I now want to create drawings for the models...
View ArticleUf_drafting_entity type
Forums: Journaling / NXOpen APIIn C style , we can use uf_obj_cycle_objs_in_parts , with type 25(uf_drafting_entity_type)to get drafting entity like note, label, idsymbol..etc, In C++ how to get...
View Article