Library | Package Java Toolkit

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:
DrawingDimCreateInstructions, Dimension2D.GetDimensionSenses()



Method Summary
intGetTangentIndex ()
DEPRECATED: since Creo 4
SUCCESSOR(S): TangentIndexDimSense.GetTangentIndex

    Get method for attribute "TangentIndex"
    The index of the tangent attachment point.
voidSetTangentIndex (int value)
DEPRECATED: since Creo 4
SUCCESSOR(S): TangentIndexDimSense.GetTangentIndex

    Set method for attribute "TangentIndex"
    The index of the tangent attachment point.

Methods Inherited from Interface com.ptc.pfc.pfcDimension2D.DimensionSense
GetType

Method Detail

GetTangentIndex/SetTangentIndex

intGetTangentIndex ()
voidSetTangentIndex (int value)

DEPRECATED: since Creo 4
SUCCESSOR(S): TangentIndexDimSense.GetTangentIndex


    The index of the tangent attachment point.