Library | Package Java Toolkit

Interface DrawingDimensionShowInstructions

package com.ptc.pfc.pfcView2D;

public interface DrawingDimensionShowInstructions
  extends com.ptc.pfc.pfcAssembly.ComponentDimensionShowInstructions



Description

This class contains information used to display a dimension in a drawing view. All dimensions shown in a drawing must belong to a drawing view (wither the view of a model or the background view of a sheet).



Method Summary
View2DGetView ()
    Get method for attribute "View"
    The drawing view that shows the dimension.
voidSetView (View2D value)
    Set method for attribute "View"
    The drawing view that shows the dimension.

Methods Inherited from Interface com.ptc.pfc.pfcAssembly.ComponentDimensionShowInstructions
GetPath, SetPath

Method Detail

GetView/SetView

View2DGetView ()
voidSetView (View2D value)


    The drawing view that shows the dimension.