Library | File

Class pfcComponentDimensionShowInstructions

# include <pfcAssembly.h>

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



Description

This class contains information used to display a dimension from a component in a top level assembly.
Direct Known Subclasses:
pfcDrawingDimensionShowInstructions



Method Summary

static pfcComponentDimensionShowInstructions_ptrCreate (optional pfcComponentPath_ptr Path)
Returns a new instance of pfcComponentDimensionShowInstructions.
optional pfcComponentPath_ptrGetPath ()
voidSetPath (optional pfcComponentPath_ptr value)
The component path from the assembly to the component containing the dimension.



Method Detail

optional pfcComponentPath_ptrGetPath ()
voidSetPath (optional pfcComponentPath_ptr value)

The component path from the assembly to the component containing the dimension.




static pfcComponentDimensionShowInstructions_ptrCreate (optional pfcComponentPath_ptr Path)

Returns a new instance of pfcComponentDimensionShowInstructions.
Parameters:
Path
The component path from the assembly to the component containing the dimension.
Returns:
The new instructions object.