API Documentation > Interface Classes > Class pfcSplinePointDimensionSense
Class pfcSplinePointDimensionSense

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

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

Description
This interface is a dimension sense type referring to a spline point on an entity.
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
Create (xint SplinePointIndex)
DEPRECATED: since Creo 4
Creates a new spline point dimension sense object for use in creating a drawing dimension.
void
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
Method Detail
GetSplinePointIndex
()
void
SetSplinePointIndex
(xint value)
DEPRECATED: since Creo 4
Create
(xint SplinePointIndex)
DEPRECATED: since Creo 4
Creates a new spline point dimension sense object for use in creating a drawing dimension.
See Also:
User Guide References:
Parameters:
SplinePointIndex
The index of the spline point to which Creo Parametric should attach the dimension.
Returns:
The created spline point dimension sense object.
Was this helpful?