Library | Package Java Toolkit

Interface DatumPointConstraint

package com.ptc.pfc.pfcDatumPointFeat;

public interface DatumPointConstraint
  extends jxobject



Description

This class describes a datum point constraint.
Direct Known Subclasses:
DatumPointPlacementConstraint, DatumPointDimensionConstraint



Method Summary
SelectionGetConstraintRef ()
    Get method for attribute "ConstraintRef"
    This specifies selection handle for the constraint reference.
DatumPointConstraintTypeGetConstraintType ()
    Get method for attribute "ConstraintType"
    This specifies the type of datum point constraint.
doubleGetValue ()
    Get method for attribute "Value"
    This specifies the constraint reference value with respect to the datum point.

Method Detail

GetConstraintRef

SelectionGetConstraintRef ()


    This specifies selection handle for the constraint reference.
Manual References:
Datum Features: General Datum Point Features, Datum Features: General Datum Point Features



GetConstraintType

DatumPointConstraintTypeGetConstraintType ()


    This specifies the type of datum point constraint.
Manual References:
Datum Features: General Datum Point Features, Datum Features: General Datum Point Features



GetValue

doubleGetValue ()


    This specifies the constraint reference value with respect to the datum point.
Manual References:
Datum Features: General Datum Point Features