Hi
When the Thread hole callout is created by using "Hole and Thread Callout" the callout is showing fractions , We are unable to find the setting to change to Decimals as shown in the attached image. Can somebody advise on how to change to Decimals from Fractions...
Hi
As there are many developments going on in AI and ML, How to utilize the AI and ML capabilities in NX. Is there any Machine learning libraries available to use in NX open?
Thank you Cowski. I am able to run utility ugpc -s to get the structure in Native NX, Could you please advise on how to run the NX Utilities in Teamcenter environment?
Any kind of help is greatly appreciated.
This question is about Teamcenter NX. 'Reference only' Items in NX assemblies are not showing in Teamcenter structure manager. In Teamcenter is there any command/option to see complete BOM of NX(Including reference only items)?
Hi experts ,
We are facing a weight issue in part family members. Part family members were created in NX 9 and SOLID_DENSITY attribute is used to populate the weights.
In the current version NX1872 when the part family template and members are opened, NX is throwing "New Iray+Ray Traced Studio...
I am having 8+ years of experience in NX Design and Drafting. I am also capable of developing NX Open tools by using C#dotnet.
In case if you are still looking for Designers and drafters please let me know.
Hi Maryadi,
When renaming , Please set the selection filter to Point and select the points. In your case point features are renamed instead of point object.
Attached image is for reference...
Please see below C# code, it will calculate the delta X,Y and Z of 2 given points. Point names should be "PT1" and "PT2".
using System;
using NXOpen;
namespace Dist_Points
{
public class Dist_Chk
{
public static void Main(string[] args)
{
Session theSession...
Hi
It requires usage of block UIStyler dialog (Attached image) box with NXOpen combination to solve the requirement. Please create a dialog box as per attached image. I am able to solve the requirement with NXOpen C# API.
In case of questions
Ram K
ramkan8@yahoo.com
I think I understand the requirement properly and made the below journal.
Below VB code check for the attribute "Item_QTY" and write it's value to listing window.
In case if the "Item_QTY" attribute is not available it gives an error message saying attribute is not in part.
Imports System...
Hi
Below is the C# journal finds an annotation text "REPLACEME" and replaces it with "NEWTEXT". Let me know
if you need more help
ramkan8@gmail.com
=============================================================================================================================
using System;
using...