API Documentation > Interfaces > Interface LinAOCTangentDimensionSense
Interface LinAOCTangentDimensionSense

SUCCESSOR(S): LineAOCTangentDimSense
package com.ptc.pfc.pfcDimension2D;

public interface
LinAOCTangentDimensionSense
extends
com.ptc.pfc.pfcDimension2D.DimensionSense


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:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcDimension2D.DimensionSense :
Method Summary
DEPRECATED: since Creo 4
Get method for attribute "TangentType"
The type of tangent attachment.
void
DEPRECATED: since Creo 4
Set method for attribute "TangentType"
The type of tangent attachment.
Method Detail
GetTangentType
GetTangentType
()
SetTangentType
void
SetTangentType
The type of tangent attachment.
Was this helpful?