How do I identify colors from a step file within Femap API.
How do I identify colors from a step file within Femap API.
(OP)
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
Dim ColorSet As femap.Set
Set ColorSet = App.feSet
rc=ColorSet.AddAll(40)
Color=ColorSet.First





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

FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers