Library | Module

Class pfcDrawingDimensionShowInstructions



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).
Direct Parent Classes:
pfcComponentDimensionShowInstructions



Property Summary

pfcView2DView
The drawing view that shows the dimension.



Method Summary

static pfcDrawingDimensionShowInstructionsCreate (pfcView2D View, /* optional */ pfcComponentPath Path)
Returns a new instance of pfcDrawingDimensionShowInstructions.



Property Detail


pfcView2DView

The drawing view that shows the dimension.





Method Detail


static pfcDrawingDimensionShowInstructionsCreate (pfcView2D View, /* optional */ pfcComponentPath 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.