Library | Package Java Toolkit

Interface PointDimensionSense

SUCCESSOR(S): PointDimSense

package com.ptc.pfc.pfcDimension2D;

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



Description

This interface is a dimension sense type referring to point on an entity.

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
DimensionPointTypeGetPointType ()
DEPRECATED: since Creo 4
SUCCESSOR(S): PointDimSense.GetPointType

    Get method for attribute "PointType"
    The type of point referred to.
voidSetPointType (DimensionPointType value)
DEPRECATED: since Creo 4
SUCCESSOR(S): PointDimSense.GetPointType

    Set method for attribute "PointType"
    The type of point referred to.

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

Method Detail

GetPointType/SetPointType

DimensionPointTypeGetPointType ()
voidSetPointType (DimensionPointType value)

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


    The type of point referred to.