Library | Package Java Toolkit

Interface AngleDimensionSense

SUCCESSOR(S): AngularDimSense

package com.ptc.pfc.pfcDimension2D;

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



Description

This interface is a dimension sense type referring to the angle between two straight entities.

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): AngularDimSense.GetOptions

    Get method for attribute "AngleOptions"
    The flags determining the location of the angle dimension.
voidSetAngleOptions ( /*optional*/ DimensionAngleOptions value)
DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimSense.GetOptions

    Set method for attribute "AngleOptions"
    The flags determining the location of the angle dimension.

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

Method Detail

GetAngleOptions/SetAngleOptions

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

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


    The flags determining the location of the angle dimension.