Library | Module

Interface IpfcLinAOCTangentDimensionSense



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



Property Summary

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



Method Summary

FunctionCCpfcLinAOCTangentDimensionSense.Create (TangentType as IpfcDimensionLinAOCTangentType) as IpfcLinAOCTangentDimensionSense
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


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

The type of tangent attachment.





Method Detail


FunctionCCpfcLinAOCTangentDimensionSense.Create (TangentType as IpfcDimensionLinAOCTangentType) as IpfcLinAOCTangentDimensionSense
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:
IpfcModel2D.CreateDrawingDimension()
Parameters:
TangentType
The type of arc or circle tangency for the dimension.
Returns:
The created dimension sense object.