Library | Module

Interface IpfcEmptyDimensionSense



DEPRECATED: since Creo 4
SUCCESSOR(S): EmptyDimSense

Description

This interface is a dimension sense type with no specific information.

The dimension sense gives more information about how the dimension attaches to the entity, for example, to what part of the entity, and in what direction the dimension runs.
See Also:
IpfcDrawingDimCreateInstructions, IpfcDimension2D.GetDimensionSenses()
Direct Parent Classes:
IpfcDimensionSense



Method Summary

FunctionCCpfcEmptyDimensionSense.Create () as IpfcEmptyDimensionSense
DEPRECATED: since Creo 4
SUCCESSOR(S): EmptyDimSense.Create
Creates an empty dimension sense object, for use in creating a new drawing dimension.



Method Detail


FunctionCCpfcEmptyDimensionSense.Create () as IpfcEmptyDimensionSense
DEPRECATED: since Creo 4
SUCCESSOR(S): EmptyDimSense.Create

Creates an empty dimension sense object, for use in creating a new drawing dimension.

This dimension sense is used if there is no special information required to accompany the dimension attachment.
See Also:
IpfcDrawingDimCreateInstructions.Create(), IpfcModel2D.CreateDrawingDimension()
Returns:
The created dimension sense object.