Library | Module

Class pfcSplinePointDimensionSense



DEPRECATED: since Creo 4
SUCCESSOR(S): SplinePointDimSense

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()
Direct Parent Classes:
pfcDimensionSense



Property Summary

numberSplinePointIndex
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::SplinePointDimSense::SplinePointIndex>
 



Method Summary

static pfcSplinePointDimensionSenseCreate (number SplinePointIndex)
DEPRECATED: since Creo 4
SUCCESSOR(S): SplinePointDimSense.Create
Creates a new spline point dimension sense object for use in creating a drawing dimension.



Property Detail


numberSplinePointIndex
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::SplinePointDimSense::SplinePointIndex>

 





Method Detail


static pfcSplinePointDimensionSenseCreate (number SplinePointIndex)
DEPRECATED: since Creo 4
SUCCESSOR(S): SplinePointDimSense.Create

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