Following this post, I am wondering if it is possible to have a "replicate" button in NX?
Sadly UG/NX has been passed over to so many different companies, and SIEMENS PLM deprecates functionalities quite often. As a result we end up with some designs containing deprecated features that are...
Hello everyone,
I'm trying to use my lockdown time to make some video tutorials for SIEMENS NX. I just baked the first part over here:
https://youtu.be/l3zWEa4-zQ0
I would appreciate it if you could take a look and give me some constructive feedback. Thanks for your support in advance.
I have created a GitHub repository collecting all the useful Keyboard shortcuts I have learned so far:
https://github.com/Foadsf/NXtips
If you have things to add feel free to open new issues or even send pull requests.
that's not an ideal solution. You are basically using expressions as some sort of notepad. What I'm looking for is notes assigned to specific saves with dates/time.
again this is not an ideal solution. I need notes assigned to specific saves with date/time labels.
Any decent version control system out there provides the users the chance to leave some comments upon saving. For example, Git has the "git commit -m <msg>". However, I can't find such a feature in NX/Teamcenter. As discussed here, I was hoping that I can use the "Notes" in the "Part History"...
Following this question, I'm trying to write a macro, preferably in Python, to Unsupress the feature selected in the Part Navigator.
I think the algorithm should be like this:
Identify the selected feature in Part navigator (maybe with workPart.Features.FindObject())
Usupress the selected...
Following this question, I want to create an axisymmetric shell in ANSYS APDL. For example in Gmsh I would:
mes = 0.1; // mesh element size
Point(1) = {0, 0, 0, mes};
Point(2) = {1, 1, 0, mes};
Line(1) = {1, 2};
Extrude {{0, 1, 0}, {0, 0, 0}, 2*Pi} {
Curve{1};
}
For APDL I think it...
We have a hydraulic system with multiple elbow connectors, for example:
That connect hoses to some manifolds and other stuff. The connectors need to be installed at specific angles with certain tolerance (i.e., ±5⁰), for example:
Though, the system is not mass produced per se (let's say...