API Documentation > Interface Classes > Class pfcEmptyDimensionSense
Class pfcEmptyDimensionSense

SUCCESSOR(S): pfcEmptyDimSense
# include <pfcDimension2D.h>

class
pfcEmptyDimensionSense
: public virtual
pfcDimensionSense
{
xdeclare(pfcEmptyDimensionSense)
...
};
This is a
COMPACT class.

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:
User Guide References:
Methods Inherited from Class pfcDimensionSense::
Method Summary
DEPRECATED: since Creo 4
Creates an empty dimension sense object, for use in creating a new drawing dimension.
Method Detail
DEPRECATED: since Creo 4
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:
User Guide References:
Returns:
The created dimension sense object.
Was this helpful?