Library | File

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:
pfcDrawingDimCreateInstructions, pfcDimension2D::GetDimensionSenses()



Method Summary

static pfcSplinePointDimensionSense_ptrCreate (xint SplinePointIndex)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcSplinePointDimSense::Create

Creates a new spline point dimension sense object for use in creating a drawing dimension.
xintGetSplinePointIndex ()
voidSetSplinePointIndex (xint value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcSplinePointDimSense::GetSplinePointIndex

 
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcSplinePointDimSense::GetSplinePointIndex



Methods Inherited from Class pfcDimensionSense:

GetType



Method Detail

xintGetSplinePointIndex ()
voidSetSplinePointIndex (xint value)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcSplinePointDimSense::GetSplinePointIndex


 




static pfcSplinePointDimensionSense_ptrCreate (xint SplinePointIndex)
DEPRECATED: since Creo 4
SUCCESSOR(S): pfcSplinePointDimSense::Create


Creates a new spline point dimension sense object for use in creating a drawing dimension.
See Also:
pfcModel2D::CreateDrawingDimension(pfcDrawingDimCreateInstructions_ptr)
Manual References:
Drawings: Creating Drawing Dimensions, Drawings: Creating Drawing Dimensions
Parameters:
SplinePointIndex
The index of the spline point to which Creo Parametric should attach the dimension.
Returns:
The created spline point dimension sense object.