API Documentation > Interfaces > Interface DatumPlaneOffsetConstraint
Interface DatumPlaneOffsetConstraint

package com.ptc.pfc.pfcDatumPlaneFeat;

public interface
DatumPlaneOffsetConstraint
extends
com.ptc.pfc.pfcDatumPlaneFeat.DatumPlaneConstraint


Description
This specifies a 'Offset' datum plane constraint.
Direct Known Subclasses:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcDatumPlaneFeat.DatumPlaneConstraint :
Method Summary
Get method for attribute "OffsetRef"
This specifies selection handle for the 'Offset' reference.
double
Get method for attribute "OffsetValue"
The reference offset value.
Method Detail
GetOffsetRef
GetOffsetRef
()
This specifies selection handle for the 'Offset' reference.
User Guide References:
GetOffsetValue
double
GetOffsetValue
()
The reference offset value.
User Guide References:
Was this helpful?