API Documentation > Interfaces > Interface AngleDimensionSense
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:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcDimension2D.DimensionSense :
Method Summary
/*cipOptional*/ DimensionAngleOptions
DEPRECATED: since Creo 4
Get method for attribute "AngleOptions"
The flags determining the location of the angle dimension.
void
SetAngleOptions ( /*cipOptional*/ DimensionAngleOptions value)
DEPRECATED: since Creo 4
Set method for attribute "AngleOptions"
The flags determining the location of the angle dimension.
Method Detail
GetAngleOptions
/*cipOptional*/ DimensionAngleOptions
GetAngleOptions
()
SetAngleOptions
void
SetAngleOptions
( /*cipOptional*/ DimensionAngleOptions value)
The flags determining the location of the angle dimension.
Was this helpful?