API Documentation > Classes > Interface IpfcComponentDimensionShowInstructions
Interface IpfcComponentDimensionShowInstructions
Description
This class contains information used to display a dimension from a component in a top level assembly.
Direct Parent Classes:
Direct Known Subclasses:
Property Summary
Property
as IpfcComponentPath [optional]
The component path from the assembly to the component containing the dimension.
Method Summary
Property Detail
Property
Path
as IpfcComponentPath [optional]
The component path from the assembly to the component containing the dimension.
Method Detail
Function
CCpfcComponentDimensionShowInstructions.Create
Returns a new instance of IpfcComponentDimensionShowInstructions.
Parameters:
Path
The component path from the assembly to the component containing the dimension.
Returns:
The new instructions object.
Was this helpful?