Library | Package Java Toolkit

Interface DatumPlaneAngleConstraint

package com.ptc.pfc.pfcDatumPlaneFeat;

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



Description

This specifies a 'Angle' datum plane constraint.



Method Summary
SelectionGetAngleRef ()
    Get method for attribute "AngleRef"
    This specifies selection handle for the 'Angle' reference.
doubleGetAngleValue ()
    Get method for attribute "AngleValue"
    The reference angle value.

Methods Inherited from Interface com.ptc.pfc.pfcDatumPlaneFeat.DatumPlaneConstraint
GetConstraintType

Method Detail

GetAngleRef

SelectionGetAngleRef ()


    This specifies selection handle for the 'Angle' reference.
Manual References:
Datum Features: Datum Plane Features



GetAngleValue

doubleGetAngleValue ()


    The reference angle value.

This value is between -360.0 and 360.0.
Manual References:
Datum Features: Datum Plane Features