CoCreate User Forum  

Go Back   CoCreate User Forum > Applications > Annotation

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 11-13-2014, 01:21 AM
Steel.Wen@flextronic Steel.Wen@flextronic is offline
Registered User
 
Join Date: Nov 2014
Posts: 2
Commands AM_PLOT question

Want use CoCreate OneSpace Designer - Commands Let's Cocreat convert *.Mi to *.PDF by Plot function , help center show AM_PLOT action but when put AM_PLOT in input line , error be found , need help



AM_PLOT terminate action

AM_PLOT plots a drawing, sheet, viewport or specified box to a selected plotter.
Syntax

+---------------------------------<----------------------------------------+ | | | | | |---->(AM_PLOT)----+---(:OUTPUT)----+-----(RAWING)-----------------------+------------------+-----> | | | | | +-----(:SHEET)-------------------------+ | | | | | | +-----(:VIEWPORT)----------------------+ | | | | | | +-----(:BOX)---|1st pnt|---|2nd pnt|---+ | | | | | | | +---(:CONTENTS)--+---(:VISIBLE)------+-------------------------------------+-----> | | | | | +---(:ALL)----------+ | | | | | +---(:SCALE)-----+---(:FIT)------+-----------------------------------------+-----> | | | | | +---(:FACTOR)---+ | | | | | +(*)-----(:FACTOR)---|factor|----------------------------------------------+ | | | | +---(:POSITION)----+---(:CENTER)----+--------------------------------------+-----> | | | | | +---(:LEFT)------+ | | | | | +(**)---(:PAPERSIZE)----|frame type|---------------------------------------+-----> | | | | | | +---(:ORIENTATION)---+---(:PORTRAIT)----+----------------------------------+-----> | | | | | +---(:LANDSCAPE)---+ | | | | | | +---(:USER)--------+ | | | | | +(***)-----(:PLOT_ANGLE)---|angle|-----------------------------------------+-----> | | | | +----------(:TRANSF_LABEL)---|name|----------------------------------------+-----> | | | | +--(:PATTERN_LENGTH)---(:ALL)--+----------|length|-----------+--(:ACCEPT)--+-----> | | | | | | | | | +--(:OFF)-+-|1...7|--|length|-+ | | | | | | +-------<-----------+ | | | | | +(**)-------(EVICE)-------|plotter|--------------------------------------+-----> | | | | +(**)-------(ESTINATION)--|plot dest|------------------------------------+-----> | | | | +(****)-----(:SHOW_DIALOG)---+---(:ON)----+--------------------------------+-----> | | | | | +---(:OFF)---+ | | | +----------------------------------->--------------------------------------+ (*) only when :FACTOR is specified (**) only for UNIX (***) only when orientation type :USER is specified (****) only for NT
Reply With Quote
  #2  
Old 06-04-2015, 02:50 AM
ssusana ssusana is offline
Registered User
 
Join Date: Aug 2004
Location: Italy
Posts: 60
Re: Commands AM_PLOT question

(defun PRT_A4PDF()
(AM_PLOT_EX :PLOTTER_TYPE_RA :PDF :PLOTTER_NAME_RA "PDF_GENERIC"
:DESTINATION (FORMAT NIL "C:/TEMP/~a" (SD-AM-INQ-DRAWING-NO))
:PAPER_FORMAT_RA "A4 ( 297 mm x 210 mm )"
:COPIES 1
:POSITION_CENTER
:orientation_portrait
:SCALE_FIT
:CONTENTS_DRAWING
:OUTPUT_SHEET
:PATTERNLENGTH '(:DASHED 2.0 :LONG_DASHED 2.0 :DOT_CENTER 10.0 :DASH_CENTER 10.0 :CENTER_DASH_DASH 10.0 :PHANTOM 10.0 :DOTTED 2.0)
:PLOT)
)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 11:54 AM.



Hosted by SureServer    Forums   Modeling FAQ   Macro Site   Vendor/Contractors   Software Resellers   CoCreate   Gallery   Home   Board Members   Regional User Groups  By-Laws  

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.