Library | Module

Interface IpfcSplinePointDimensionSense



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:
IpfcDrawingDimCreateInstructions, IpfcDimension2D.GetDimensionSenses()
Direct Parent Classes:
IpfcDimensionSense



Property Summary

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



Method Summary

FunctionCCpfcSplinePointDimensionSense.Create (SplinePointIndex as Long) as IpfcSplinePointDimensionSense
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


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

 





Method Detail


FunctionCCpfcSplinePointDimensionSense.Create (SplinePointIndex as Long) as IpfcSplinePointDimensionSense
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:
IpfcModel2D.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.