Jump to content

Print all named views


Juergen

Recommended Posts

I want to use the plot command to print all the named views in the drawing.

 

(command "-plot"
       "y"            ;Detailed plot configuration?
       "model"        ;Enter a layout name or [?] <Model>
      "default windows system printer.pc3" ;Enter an output device name or [?]
      "letter"            ;Enter paper size or [?]
      "Millimeters"        ;Enter paper units [inches/Millimeters]
      "Portrait"        ;Enter drawing orientation [Portrait/Landscape]
      "no"            ;Plot upside down? [Yes/No]
      "View"            ;Enter plot area [Display/Extents/Limits/View/Window]
      "named_view"          ;View Enter view name
      "Fit"              ;Enter plot scale (Plotted Millimeters=Drawing Units) or [Fit] <Fit>
      "Center"         ;Enter plot offset (x,y) or

<Center>:


      "yes"              ;Plot with plot styles?
      "monochrome.ctb"      ;Enter plot style table name
      "yes"               ;Plot with lineweights? [Yes/No]
      "As displayed"         ;Enter shade plot setting [As displayed/Wireframe/Hidden/Visual styles/Rendered]
      "N"             ;Write the plot to a file [Yes/No]
      "n"             ;changes to page setup [Yes/No]
      "n"            ;Proceed with plot [Yes/No]       
     )

 

How can I integrate the list of the named views in a variable?

 

thanks for help me

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...