Library | Module

Interface IpfcDrawingDimensionShowInstructions



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:
IpfcComponentDimensionShowInstructions



Property Summary

PropertyViewas IpfcView2D
The drawing view that shows the dimension.



Method Summary

FunctionCCpfcDrawingDimensionShowInstructions.Create (View as IpfcView2D, Path as IpfcComponentPath [optional]) as IpfcDrawingDimensionShowInstructions
Returns a new instance of IpfcDrawingDimensionShowInstructions.



Property Detail


PropertyViewas IpfcView2D

The drawing view that shows the dimension.





Method Detail


FunctionCCpfcDrawingDimensionShowInstructions.Create (View as IpfcView2D, Path as IpfcComponentPath [optional]) as IpfcDrawingDimensionShowInstructions

Returns a new instance of IpfcDrawingDimensionShowInstructions.
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.