Library | Module

Class pfcAngleDimensionSense



DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimSense

Description

This interface is a dimension sense type referring to the angle between two straight entities.

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::AngularDimSense::Options>
The flags determining the location of the angle dimension.



Method Summary

static pfcAngleDimensionSenseCreate ( /* optional */ pfcDimensionAngleOptions AngleOptions)
DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimSense.Create
Creates a new 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::AngularDimSense::Options>

The flags determining the location of the angle dimension.





Method Detail


static pfcAngleDimensionSenseCreate ( /* optional */ pfcDimensionAngleOptions AngleOptions)
DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimSense.Create

Creates a new angle dimension sense object for use in creating a drawing dimension.
See Also:
pfcModel2D.CreateDrawingDimension()
Parameters:
AngleOptions
The angle option flags used for the dimension.
Returns:
The created angle dimension sense object.