Library | Package Java Toolkit

Interface ProjectionViewCreateInstructions

package com.ptc.pfc.pfcView2D;

public interface ProjectionViewCreateInstructions
  extends com.ptc.pfc.pfcView2D.View2DCreateInstructions



Description

This is the interface used for creating projected drawing views.
See Also:
Model2D.CreateView(View2DCreateInstructions)



Method Summary
/*optional*/ BooleanGetExploded ()
    Get method for attribute "Exploded"
    true if the view should be exploded, null or false otherwise.
Point3DGetLocation ()
    Get method for attribute "Location"
    The location for the projected view. The view location determines how the view will be oriented.
View2DGetParentView ()
    Get method for attribute "ParentView"
    The parent view for the projected view.
voidSetExploded ( /*optional*/ Boolean value)
    Set method for attribute "Exploded"
    true if the view should be exploded, null or false otherwise.
voidSetLocation (Point3D value)
    Set method for attribute "Location"
    The location for the projected view. The view location determines how the view will be oriented.
voidSetParentView (View2D value)
    Set method for attribute "ParentView"
    The parent view for the projected view.

Methods Inherited from Interface com.ptc.pfc.pfcView2D.View2DCreateInstructions
GetType

Method Detail

GetParentView/SetParentView

View2DGetParentView ()
voidSetParentView (View2D value)


    The parent view for the projected view.
Manual References:
Drawings: Creating Drawing Views, Drawings: Creating Drawing Views



GetExploded/SetExploded

/*optional*/ BooleanGetExploded ()
voidSetExploded ( /*optional*/ Boolean value)


    true if the view should be exploded, null or false otherwise.
Manual References:
Drawings: Creating Drawing Views



GetLocation/SetLocation

Point3DGetLocation ()
voidSetLocation (Point3D value)


    The location for the projected view. The view location determines how the view will be oriented.
Manual References:
Drawings: Creating Drawing Views, Drawings: Creating Drawing Views