×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Macro for making pictures WB

Macro for making pictures WB

Macro for making pictures WB

(OP)
Hi fellows,

I Have this macro for making pictures in every substep in WB

!** OBRAZKY START **


/SHOW,PNG,,,8
PNGR,COMP,1,-1
PNGR,ORIENT,HORIZ
PNGR,COLOR,2
PNGR,TMOD,1
!rozliseni
/GFILE,800,

/CMAP,_TEMPCMAP_,CMP,,SAVE,
/RGB,INDEX,100,100,100,0
/RGB,INDEX,0,0,0,15
/CLABEL,1,0
/CONTOUR,1,16,AUTO,,
/DEVICE,VECTOR,0
/CTYPE,0


!**

*GET,CumStep, ACTIVE, 0, SET, NSET


/title, Napeti krok: %CumStep%


*do,nn,1,CumStep,

SET,,,,,,,nn

/VIEW,1,1,1,1
/ANG,1
/EFACET,1
PLNSOL, S,INT, 0,1.0
*enddo


!** OBRAZKY KONEC **
/CMAP,_TEMPCMAP_,CMP
/DELETE,_TEMPCMAP_,CMP
/SHOW,CLOSE
/DEVICE,VECTOR,0


Iw works, but the problem is that it makes ugly pictures with only 256 colors, is there some way to override 256 color issue? May be something with the „/ui,copy,save,png,graph,color,reverse,portrait,yes“ command? Or switching graphics device driver to „3D“. Thanks for replies :). Joey

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources