Library | Module

Interface IpfcPointDimensionSense



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



Property Summary

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



Method Summary

FunctionCCpfcPointDimensionSense.Create (PointType as IpfcDimensionPointType) as IpfcPointDimensionSense
DEPRECATED: since Creo 4
SUCCESSOR(S): PointDimSense.Create
Creates a new point dimension sense object for use in creating a drawing dimension.



Property Detail


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

The type of point referred to.





Method Detail


FunctionCCpfcPointDimensionSense.Create (PointType as IpfcDimensionPointType) as IpfcPointDimensionSense
DEPRECATED: since Creo 4
SUCCESSOR(S): PointDimSense.Create

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