Library | Module

Class pfcLinAOCTangentDimensionSense



DEPRECATED: since Creo 4
SUCCESSOR(S): LineAOCTangentDimSense

Description

This interface is a dimension sense type referring to a dimension using the perpendicular distance between a line and a tangent to an arc or a circle which is parallel to the line.

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

pfcDimensionLinAOCTangentTypeTangentType
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::LineAOCTangentDimSense::TangentType>
The type of tangent attachment.



Method Summary

static pfcLinAOCTangentDimensionSenseCreate (pfcDimensionLinAOCTangentType TangentType)
DEPRECATED: since Creo 4
SUCCESSOR(S): LineAOCTangentDimSense.Create
Creates a new linear to arc or circle tangent dimension sense object for use in creating a drawing dimension.



Property Detail


pfcDimensionLinAOCTangentTypeTangentType
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::LineAOCTangentDimSense::TangentType>

The type of tangent attachment.





Method Detail


static pfcLinAOCTangentDimensionSenseCreate (pfcDimensionLinAOCTangentType TangentType)
DEPRECATED: since Creo 4
SUCCESSOR(S): LineAOCTangentDimSense.Create

Creates a new linear to arc or circle tangent dimension sense object for use in creating a drawing dimension.
See Also:
pfcModel2D.CreateDrawingDimension()
Parameters:
TangentType
The type of arc or circle tangency for the dimension.
Returns:
The created dimension sense object.