Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

How do I identify colors from a step file within Femap API.

Status
Not open for further replies.

mojojojo69

Marine/Ocean
Mar 7, 2006
23
0
0
US
Here's the code I've been trying but it won't recognize the colors brought in by the step file.

Dim ColorSet As femap.Set
Set ColorSet = App.feSet

rc=ColorSet.AddAll(40)
Color=ColorSet.First
 
Replies continue below

Recommended for you

Perhaps you should RF this and post in the Femap forum?

TTFN
faq731-376
7ofakss

Need help writing a question or understanding a reply? forum1529
 
Status
Not open for further replies.
Back
Top