API Documentation > Interface Classes > Class pfcTangentIndexDimensionSense
Class pfcTangentIndexDimensionSense

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

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

Description
This interface is a dimension sense type referring to an attachment to a tangent of the entity, which is an arc or circle.
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:
Method Summary
Create (xint TangentIndex)
DEPRECATED: since Creo 4
Creates a new tangent index dimension sense object for use in creating a drawing dimension.
void
DEPRECATED: since Creo 4
The index of the tangent attachment point.
DEPRECATED: since Creo 4
Methods Inherited from Class pfcDimensionSense::
Method Detail
GetTangentIndex
()
void
SetTangentIndex
(xint value)
DEPRECATED: since Creo 4
The index of the tangent attachment point.
Create
(xint TangentIndex)
DEPRECATED: since Creo 4
Creates a new tangent index dimension sense object for use in creating a drawing dimension.
See Also:
Manual References:
Parameters:
TangentIndex
The index of the tangent point to which Creo Parametric should attach the dimension.
Returns:
The created tangent index dimension sense object.
Was this helpful?