Library | File

Class pfcDrawingDimensionShowInstructions

# include <pfcView2D.h>

class pfcDrawingDimensionShowInstructions
 : public virtual pfcComponentDimensionShowInstructions
{
    xdeclare(pfcDrawingDimensionShowInstructions)
    ...
};
This is a COMPACT class.



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

static pfcDrawingDimensionShowInstructions_ptrCreate (pfcView2D_ptr View, optional pfcComponentPath_ptr Path)
Returns a new instance of pfcDrawingDimensionShowInstructions.
pfcView2D_ptrGetView ()
voidSetView (pfcView2D_ptr value)
The drawing view that shows the dimension.


Methods Inherited from Class pfcComponentDimensionShowInstructions:

GetPath, SetPath



Method Detail

pfcView2D_ptrGetView ()
voidSetView (pfcView2D_ptr value)

The drawing view that shows the dimension.




static pfcDrawingDimensionShowInstructions_ptrCreate (pfcView2D_ptr View, optional pfcComponentPath_ptr Path)

Returns a new instance of pfcDrawingDimensionShowInstructions.
Parameters:
View
The drawing view in which to show the dimension.
Path
The component path from the assembly to the component containing the dimension, or null if not applicable.
Returns:
The new instructions object.