API Documentation > Interfaces > Interface DatumPlaneAngleConstraint
Interface DatumPlaneAngleConstraint

package com.ptc.pfc.pfcDatumPlaneFeat;

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


Description
This specifies a 'Angle' datum plane constraint.
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcDatumPlaneFeat.DatumPlaneConstraint :
Method Summary
Get method for attribute "AngleRef"
This specifies selection handle for the 'Angle' reference.
double
Get method for attribute "AngleValue"
The reference angle value.
Method Detail
GetAngleRef
GetAngleRef
()
This specifies selection handle for the 'Angle' reference.
User Guide References:
GetAngleValue
double
GetAngleValue
()
The reference angle value.
This value is between -360.0 and 360.0.
User Guide References:
Was this helpful?