Hi, all,,,,
In NX 8.5, I can create or delete the margin origin Point in Ordinate dimension command,,,
But, In NX 9, I don't to see the margin origin symbol, and, I can't to delete margin origin,,,
How can I delete margin origin?
My version is NX9.0.3.4 MP10..
Help,,,,
No,, I created only one hole feature,,,(See my part navigator)
I know, if i create a hole and create a pattern feature, and then support this,,,,
But, hole feature support multi Hole,, And I want multi hole is recognized to pattern..
I create 4 hole in a Hole Feature.
But, It's not recognized to Pattern..
In this case, not support the pattern count in drafting->Radial Dimension->Hole Callout Method,,,
And,, Not Support Assembly Pattern,,,
Is this true?
I know solid edge is support this,,,
Why NX is not support?
This is snap Code, and I just copy and paste from snap manual(page 100) to my vb code.
And Start is good, but I click "Ok", error message is appeared,,,
Why it happened?
My verseion is 9.0.3.4-Mp10
Imports Snap, Snap.UI
Public Class MyProgram
Public Shared Sub Main()
' Your...
This image is captured in Snap manual,,
In SNAP manual, the BlockID changed enum0 and double0 to directionBlock and offsetBlock.
But I don't know this,,,
How can i change the BlockID in Dialog window?
In the view menu Layout>new command, NX simply support only 6 type arrangement.
Arrangement L1 is single view and others are 2,4,6,9 view only..
But I want to create 3 view layout, it's left is iso, and right upper is top view, right lower is front view,,
It's possible? How can I create this?
Hi, all
I create a Pin Part, it has a thread hole and a symbolic thread shaft.
In Expression, defined below,,
D=12
M=if(D<=12)(8) else if(D<=16)(10) else (12)
TH_SPEC=IF(M=8)("M8 x 1.25") ELSE IF(M=10)("M10 x 1.5") ELSE ("M12 x 1.75")
and then connect TH_SPEC to Thread Hole thread size,,
It's...