Library | Module

Class pfcPointDimensionSense



DEPRECATED: since Creo 4
SUCCESSOR(S): PointDimSense

Description

This interface is a dimension sense type referring to 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

pfcDimensionPointTypePointType
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::PointDimSense::PointType>
The type of point referred to.



Method Summary

static pfcPointDimensionSenseCreate (pfcDimensionPointType PointType)
DEPRECATED: since Creo 4
SUCCESSOR(S): PointDimSense.Create
Creates a new point dimension sense object for use in creating a drawing dimension.



Property Detail


pfcDimensionPointTypePointType
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::PointDimSense::PointType>

The type of point referred to.





Method Detail


static pfcPointDimensionSenseCreate (pfcDimensionPointType PointType)
DEPRECATED: since Creo 4
SUCCESSOR(S): PointDimSense.Create

Creates a new point dimension sense object for use in creating a drawing dimension.
See Also:
pfcModel2D.CreateDrawingDimension()
Parameters:
PointType
The type of point the dimension will attach to.
Returns:
The created point dimension sense object.