.net help in drafting
.net help in drafting
(OP)
HI;
HOW I can I get access to the thread parameters of a symbolic thread on a drawing with .net basic in nx7.5?
regards
uwe
HOW I can I get access to the thread parameters of a symbolic thread on a drawing with .net basic in nx7.5?
regards
uwe





RE: .net help in drafting
Dim theSession As Session = Session.GetSession
Dim workPart As Part = theSession.Parts.Work
Dim exps As ExpressionCollection = workPart.Expressions
For Each e As Expression In exps
'Do something here to weed out the other
'expressions and capture the symbolic thread
'expressions.
Next
Otherwise if the symbolic threads are created in the .net program, just store all the parameters with variables to adjust later.
Hope this answers your question.
sumBuddy (Mechanical)
--------------------------------------------------------------------------------
"I would like to change the world, but I can't find the source code."
RE: .net help in drafting
not really that what I want.
looking for a direct way to put this information into a dimension/note.
It's a big lack in nx / feature parameter dimensioning is to complex for large drawings.
tia
RE: .net help in drafting
-> "I would like to change the world, but I can't find the source code."
->not the world only the dna of nx