Moving bodies of an Extrusion to lay
Forums: Journaling / NXOpen APII want to write a journal that, among other things, moves all extrusions that have a name that starts with "_" to a give layer. The problem is, the code I have now only...
View ArticleError when using winform with C#
Forums: Journaling / NXOpen APIPlease help me :(( When using winform, after executing the function. NX always displays the message board: Work in process, Click stop to interput this operator. How does...
View ArticleExporting JPEG without Interactive Session
Forums: Journaling / NXOpen APIDoes anyone know how to export an image without having a interactive session open? I'm trying to create an export by just calling a journal from the command line, no NX...
View ArticleHow to open ItemID in NXM without knowing its Rev?
Forums: Journaling / NXOpen APIHi, I have a list of IDs that I need to search and open using NX Jurnaling.I found that I can search and find if the ID exist in TC using Simple or Adv Search:Dim...
View ArticleHow Can I get the TC Status for ItemRev from vb journaling?
Forums: Journaling / NXOpen APII use Journaling to open ItemRev in NXM and I need to check the Status of this ItemRev to know if I can CheckIt out and save Or if it is "Released" or "Freeze" So I will...
View ArticleExtracting texts from Part list columns and assigning as strings
Forums: Journaling / NXOpen APIHi,I am new to .NET programming and NX Open. But I figured out a way to extract the text from draft notes. Similarly, I need to extract text (not an attribute) from the...
View ArticleTabular Cell - Border settings -
Forums: Journaling / NXOpen APIH all,I am looking for a Journal, due to my lack of programming knowledge I am posting it here in this Forum. So here is the description of what I do now in NX1899.I...
View ArticleAccess Hole Radius/Diameter Quantity While Doing Drafting
Forums: Journaling / NXOpen APIHi, I want to access Similar number of Hole Diameter/Radius Quantity while doing Drafting. For Example, while doing drafting if the model has 3-holes with Radius of 100mm...
View ArticleMove PMI object to a new Layer
Forums: Journaling / NXOpen APII'm working in team center if this matters.So I was reading this comment http://nxjournaling.com/comment/5469#comment-5469 and tried to implement it to move my PMI to new...
View ArticleMoving PMI to New Layer HELP!
Forums: Journaling / NXOpen APII feel like I'm so close but I'm getting an error "Line 26: Type 'NXOpen.Annotations.Annotation.Later' is not declared" Could someone please point me in the correct...
View ArticleCount number of holes in model which are created with Sketch and Extrude option
Forums: Journaling / NXOpen APIHi,I want to Find the no of Holes in the Model which i have created with Sketch(Circle) and Extrude option and i want sort them by Diameter. Could someone please help me...
View ArticleVariable type Compiler Error Please Help
Forums: Journaling / NXOpen APIValue of type 1-dimensional array of NXOpen.Annotations.PmiCollection cannot be converted to 1-dimensional array of NXOpen.DisplayableObject because...
View ArticleDLX Relative Path
Forums: Journaling / NXOpen APII create a block UI that uses an image with a path to an image file. I am trying to create a relative path to the image, store in the same folder as the .dll. I have...
View ArticleMove surface finish to new layer question
Forums: Journaling / NXOpen APII've got all of thesedisplayModification1.Apply(workPart.Annotations.Centerlines.ToArray) displayModification1.Apply(workPart.Annotations.Datums.ToArray)...
View ArticleI need help applying the same Logic used for Features.Feature to...
Forums: Journaling / NXOpen APII'm getting the error 'PmiManager' is not a member of 'NXOpen.Annotations.AnnotationManager'.for each temp2 as Annotations.Annotation in...
View ArticleGet the x and y co-ordinates for view labels.
Forums: Journaling / NXOpen APIHi,I am Trying to print he x and y coordinates for view labels. Could any one guide me with any reference or which kind of property need to be used. Thank you.Regards.
View ArticleSelect all faces in an assembly
Forums: Journaling / NXOpen APII'm trying to generate code which will automatically make a bounding body around an object. I have it working for a part by modifying an NX journal of when I did it...
View ArticleFeatures.BodyFeature Question
Forums: Journaling / NXOpen APIIt appears that Features.BodyFeature doesn't use Displayable object? Where can I find the appropriate call out? The code never enters this loopForeach FeatureItem as...
View ArticleFind Node Associated With Mesh Point
Forums: Journaling / NXOpen APIHello All,I am looking to get the node label from a mesh point after the mesh has been updated to include a node at the new meshpoint. The code I have written takes in a...
View ArticleReference text update
Forums: Journaling / NXOpen APIHelloI've put together a code for thread engraving. The problem is that it is not updating when the thread size changes, even thou reference text is checked on. How to...
View Article