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.
what are you trying to do ? please clarify !!