Hi,
Does anybody know Whether NX 10 support visual studio 2013? It mentions .NET 4.5 Framework in the product notes.
I only have visual studio 2013 but it fails to create a NXopen project. I am wandering is it the compatibility problem or something i have done wrong about the setup procedure.
I look into the help file for thickness ratio of the mid-surface function.
It says "...the software divides the smallest characteristic length of a face (D) by the maximum local thickness (T) between the two faces to be paired..."
However, this is no instructions about what is the characteristic...
I have a problem with the splitting body operation in NX 9.0.
I try to split a simple body with two faces, but fails.
Same result happens using Catia.
Can anyone understand why this happens?http://files.engineering.com/getfile.aspx?folder=999362b6-c011-4e41-a0d7-f3effc5f5a31&file=Picture1.png
Hi Guys,
I don't know too much about analysis.
I have some questions about nonlinear analysis.
1. what kind of elements are available in Ansys or Abaqus(linear hex, second order hex, second order tet)?
2. what kind of elements are available in Ls-Dyna?
3. why some people prefer to use linear...
Hi Guys,
I don't know too much about analysis.
I have some questions about nonlinear analysis.
1. what kind of elements are available in Ansys or Abaqus(linear hex, second order hex, second order tet)?
2. what kind of elements are available in Ls-Dyna?
3. why some people prefer to use linear...
I just find an interesting thing.
I record the fitting curve process using c#.
The final part of the code is like below.
.....
NXObject nXObject7;
nXObject7 = fitCurveBuilder1.Commit();
......
If you run the code, you get a fit curve feature in the feature tree.
But unlike other...
Hi guys,
I find there are some functions like "UF_BREP_ask_topology" in the brep.h file. However,when i use c#, i cannot find these method?http://files.engineering.com/getfile.aspx?folder=bc2651cc-7a82-471d-bfe0-61a82242b641&file=QQ??20140411144250.jpg...
Hi Guys,
I just have two simple questions.
First, in NXOpen, there is a class named Sc Collector. Does the 'Sc' means selection?
Second, if i have a rectangular face with a hole in the middle (totally 5 edges ), how to get two loops of edges with one loop lists the outer four edges and the...
Hi Guys,
I meet a strange problem. I project the four edges of a rectangle planar face A to another planar face B and then use these four projected curve to divide the face B. However,when diving face, you can only select "Normal to curve plane". If you select "Normal to face", it will not work...