Library | Module

Class pfcEmptyDimensionSense



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:
pfcDrawingDimCreateInstructions, pfcDimension2D.GetDimensionSenses()
Direct Parent Classes:
pfcDimensionSense



Method Summary

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



Method Detail


static pfcEmptyDimensionSenseCreate ()
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:
pfcDrawingDimCreateInstructions.Create(), pfcModel2D.CreateDrawingDimension()
Returns:
The created dimension sense object.