Can you show me how to get font name or font charactor of the Annotations...
Forums: Journaling / NXOpen APIThe code below can change the font of all objects to #kanji (font number 5). However, I want to check what the current font of those objects is? Thank in advance!for note...
View ArticleComparing bodies after exporting and re-importing a STEP file
Forums: Journaling / NXOpen APII am working on a way to validate assembly STEP exports by automatically reimporting them into NX, overlaying the imported assembly with the original, and making sure...
View ArticleSelect Reference Set
Forums: Journaling / NXOpen APII'm wondering if there is a simple way to display a UI that lists all the reference sets present in a part and allows the user to select a reference set for storage as a...
View ArticleRequesting an example of NXOpen.Features.MoveObject
Forums: Journaling / NXOpen APIGreetings,Does anyone have a working example of a VB implementation of NXOpen.Features.MoveObject? Specifically a CSYS-To-CSYS movement, executed programatically. I have...
View ArticleHow to choose a new color from the color palette?
Forums: Journaling / NXOpen APII would like to change my "displayModification1.newcolor" statement to the color selection dialog box in NX. That way I can choose different colors each time I run my...
View ArticleMacro for 2-D drawing for similar type of Parts
Forums: Journaling / NXOpen APIIs there any Macro availbale for 2-D drawing for similar type of Parts. So that it will take same base views,outer dimensions, hole dimensions in sheet 1. and in Sheet 2...
View ArticleToggle Section View (in Assembly Navigator)
Forums: Journaling / NXOpen APIDoes anybody think he can create a toggle to de-activate the "Show Section Curves Preview" in Sections in the Assembly Navigator? Independent of the amount and names of...
View Articleaccessing elements from Mesh1D
Forums: Journaling / NXOpen APIIs there a way to get all elements in a Mesh1D object and traverse the element array sequentially and get the coordinates at each element
View ArticleFACING ERROR IN THIS CODE
Forums: Journaling / NXOpen APIusing System; using NXOpen; using NXOpen.UF; using NXOpen.Utilities;public class NXJournal { public static void Main(string[] args) { // Get sessions Session theSession =...
View ArticleI wish to have curve,points,surface,axis selcting and appying layer and color
Forums: Journaling / NXOpen APII’m looking for a code that lets the user manually select curves, surfaces, points, axes, and planes, and then automatically assigns them a specific color and layer...
View Article