API Documentation > Interfaces > Interface TangentIndexDimensionSense
Interface TangentIndexDimensionSense

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

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


Description
This interface is a dimension sense type referring to an attachment to a tangent of the entity, which is an arc or circle.
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
int
DEPRECATED: since Creo 4
Get method for attribute "TangentIndex"
The index of the tangent attachment point.
void
SetTangentIndex (int value)
DEPRECATED: since Creo 4
Set method for attribute "TangentIndex"
The index of the tangent attachment point.
Method Detail
GetTangentIndex
int
GetTangentIndex
()
SetTangentIndex
void
SetTangentIndex
(int value)
The index of the tangent attachment point.
Was this helpful?