API Documentation > Interfaces > Interface DatumPointConstraint
Interface DatumPointConstraint

package com.ptc.pfc.pfcDatumPointFeat;

public interface
DatumPointConstraint
extends
jxobject


Description
This class describes a datum point constraint.
Direct Known Subclasses:
User Guide References:
Method Summary
Get method for attribute "ConstraintRef"
This specifies selection handle for the constraint reference.
Get method for attribute "ConstraintType"
This specifies the type of datum point constraint.
double
Get method for attribute "Value"
This specifies the constraint reference value with respect to the datum point.
Method Detail
GetConstraintRef
GetConstraintRef
()
This specifies selection handle for the constraint reference.
User Guide References:
GetConstraintType
GetConstraintType
()
This specifies the type of datum point constraint.
User Guide References:
GetValue
double
GetValue
()
This specifies the constraint reference value with respect to the datum point.
User Guide References:
Was this helpful?