Library | Package Java Toolkit

Interface PointToAngleDimensionSense

SUCCESSOR(S): PointToAngleDimSense

package com.ptc.pfc.pfcDimension2D;

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



Description

This interface is a dimension sense type referring to the angle between a line entity and the tangent to a curved entity at one of its ends.

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
/*optional*/ DimensionAngleOptionsGetAngleOptions ()
DEPRECATED: since Creo 4
SUCCESSOR(S): PointToAngleDimSense.GetOptions

    Get method for attribute "AngleOptions"
    The flags determining the location of the angle dimension.
DimensionPointTypeGetPointType ()
DEPRECATED: since Creo 4
SUCCESSOR(S): PointToAngleDimSense.GetPointType

    Get method for attribute "PointType"
    The type of point attachment.
voidSetAngleOptions ( /*optional*/ DimensionAngleOptions value)
DEPRECATED: since Creo 4
SUCCESSOR(S): PointToAngleDimSense.GetOptions

    Set method for attribute "AngleOptions"
    The flags determining the location of the angle dimension.
voidSetPointType (DimensionPointType value)
DEPRECATED: since Creo 4
SUCCESSOR(S): PointToAngleDimSense.GetPointType

    Set method for attribute "PointType"
    The type of point attachment.

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

Method Detail

GetPointType/SetPointType

DimensionPointTypeGetPointType ()
voidSetPointType (DimensionPointType value)

DEPRECATED: since Creo 4
SUCCESSOR(S): PointToAngleDimSense.GetPointType


    The type of point attachment.



GetAngleOptions/SetAngleOptions

/*optional*/ DimensionAngleOptionsGetAngleOptions ()
voidSetAngleOptions ( /*optional*/ DimensionAngleOptions value)

DEPRECATED: since Creo 4
SUCCESSOR(S): PointToAngleDimSense.GetOptions


    The flags determining the location of the angle dimension.