Library | Module

Class pfcPointToAngleDimensionSense



DEPRECATED: since Creo 4
SUCCESSOR(S): PointToAngleDimSense

Description

This interface is a dimension sense type referring to the angle between a line entity and the tangent to a curved entity at one of its ends.

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

/* optional */ pfcDimensionAngleOptionsAngleOptions
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::PointToAngleDimSense::Options>
The flags determining the location of the angle dimension.
pfcDimensionPointTypePointType
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::PointToAngleDimSense::PointType>
The type of point attachment.



Method Summary

static pfcPointToAngleDimensionSenseCreate (pfcDimensionPointType PointType, /* optional */ pfcDimensionAngleOptions AngleOptions)
DEPRECATED: since Creo 4
SUCCESSOR(S): PointToAngleDimSense.Create
Creates a new point-to-angle dimension sense object for use in creating a drawing dimension.



Property Detail


/* optional */ pfcDimensionAngleOptionsAngleOptions
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::PointToAngleDimSense::Options>

The flags determining the location of the angle dimension.




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

The type of point attachment.





Method Detail


static pfcPointToAngleDimensionSenseCreate (pfcDimensionPointType PointType, /* optional */ pfcDimensionAngleOptions AngleOptions)
DEPRECATED: since Creo 4
SUCCESSOR(S): PointToAngleDimSense.Create

Creates a new point-to-angle 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.
AngleOptions
The angle option flags used for the dimension.
Returns:
The created point-to-angle dimension sense object.