Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

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

Status
Not open for further replies.

JoeBobJenkins

Marine/Ocean
Joined
Mar 7, 2006
Messages
36
Location
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
 
Hi mojojojojo,

what are you trying to do ? please clarify !!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top