Library | Package Java Toolkit

Interface QuickPrintGeneralViewInsructions

package com.ptc.wfc.wfcQuickPrint;

public interface QuickPrintGeneralViewInsructions
  extends jxobject



Description

The general view quick print instructions..



Method Summary
QuickPrintGeneralViewLocationGetGeneralViewLocation ()
    Get method for attribute "GeneralViewLocation"
    For projected view layout, this is the location of the view being added. This is ignored for manual view layout
doubleGetScale ()
    Get method for attribute "Scale"
    The view scale to use
DrawingViewDisplayGetViewDisplayStyle ()
    Get method for attribute "ViewDisplayStyle"
     The view display style to use
StringGetViewName ()
    Get method for attribute "ViewName"
    Name of the saved model view
voidSetGeneralViewLocation (QuickPrintGeneralViewLocation value)
    Set method for attribute "GeneralViewLocation"
    For projected view layout, this is the location of the view being added. This is ignored for manual view layout
voidSetScale (double value)
    Set method for attribute "Scale"
    The view scale to use
voidSetViewDisplayStyle (DrawingViewDisplay value)
    Set method for attribute "ViewDisplayStyle"
     The view display style to use
voidSetViewName (String value)
    Set method for attribute "ViewName"
    Name of the saved model view

Method Detail

GetGeneralViewLocation/SetGeneralViewLocation

QuickPrintGeneralViewLocationGetGeneralViewLocation ()
voidSetGeneralViewLocation (QuickPrintGeneralViewLocation value)


    For projected view layout, this is the location of the view being added. This is ignored for manual view layout
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models



GetViewName/SetViewName

StringGetViewName ()
voidSetViewName (String value)


    Name of the saved model view
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models



GetScale/SetScale

doubleGetScale ()
voidSetScale (double value)


    The view scale to use
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models



GetViewDisplayStyle/SetViewDisplayStyle

DrawingViewDisplayGetViewDisplayStyle ()
voidSetViewDisplayStyle (DrawingViewDisplay value)


     The view display style to use
Manual References:
Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models, Interface: Automatic Printing of 3D Models