Library | Package Java Toolkit

Interface DimensionSense

SUCCESSOR(S): DimSense

package com.ptc.pfc.pfcDimension2D;

public interface DimensionSense
  extends jxobject



Description

This interface is the parent for interfaces used for dimensions to attach to entities in a drawing.

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, EmptyDimensionSense, PointDimensionSense, SplinePointDimensionSense, TangentIndexDimensionSense, LinAOCTangentDimensionSense, AngleDimensionSense, PointToAngleDimensionSense, Dimension2D.GetDimensionSenses(), pfcDimension2D.EmptyDimensionSense_Create(), pfcDimension2D.PointDimensionSense_Create(DimensionPointType), pfcDimension2D.SplinePointDimensionSense_Create(int), pfcDimension2D.TangentIndexDimensionSense_Create(int), pfcDimension2D.LinAOCTangentDimensionSense_Create(DimensionLinAOCTangentType), pfcDimension2D.AngleDimensionSense_Create(/*optional*/ DimensionAngleOptions), pfcDimension2D.PointToAngleDimensionSense_Create(DimensionPointType, /*optional*/ DimensionAngleOptions)
Direct Known Subclasses:
EmptyDimensionSense, PointDimensionSense, SplinePointDimensionSense, TangentIndexDimensionSense, LinAOCTangentDimensionSense, AngleDimensionSense, PointToAngleDimensionSense



Method Summary
DimensionSenseTypeGetType ()
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >

    Returns the type of option used for a dimension to attach to entities in a drawing.

Method Detail

GetType

DimensionSenseTypeGetType ()

DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity >


    Returns the type of option used for a dimension to attach to entities in a drawing.

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:
EmptyDimensionSense, PointDimensionSense, SplinePointDimensionSense, TangentIndexDimensionSense, LinAOCTangentDimensionSense, AngleDimensionSense, PointToAngleDimensionSense
Returns:
The type of dimension sense.