API Documentation > Interface Classes > Class pfcPointToAngleDimensionSense
Class pfcPointToAngleDimensionSense

SUCCESSOR(S): pfcPointToAngleDimSense
# include <pfcDimension2D.h>

class
pfcPointToAngleDimensionSense
: public virtual
pfcDimensionSense
{
xdeclare(pfcPointToAngleDimensionSense)
...
};
This is a
COMPACT class.

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:
Methods Inherited from Class pfcDimensionSense::
Method Summary
DEPRECATED: since Creo 4
Creates a new point-to-angle dimension sense object for use in creating a drawing dimension.
void
DEPRECATED: since Creo 4
The flags determining the location of the angle dimension.
void
DEPRECATED: since Creo 4
The type of point attachment.
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
Method Detail
GetPointType
()
void
SetPointType
DEPRECATED: since Creo 4
The type of point attachment.
DEPRECATED: since Creo 4
The flags determining the location of the angle dimension.
DEPRECATED: since Creo 4
Creates a new point-to-angle dimension sense object for use in creating a drawing dimension.
See Also:
User Guide References:
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.
Was this helpful?