Library | Package Java Toolkit

Interface ClearanceData

package com.ptc.pfc.pfcInterference;

public interface ClearanceData
  extends com.ptc.pfc.pfcObject.Object



Description

This class defines clearance data.



Method Summary
doubleGetDistance ()
    Get method for attribute "Distance"
    The value of the computed clearance.
booleanGetIsInterfering ()
    Get method for attribute "IsInterfering"
    The bool flag that indicates if the interference is detected (true) or not (false).
Point3DsGetNearestPoints ()
    Get method for attribute "NearestPoints"
    The closest points (in respective part's coord sys).
voidSetDistance (double value)
    Set method for attribute "Distance"
    The value of the computed clearance.
voidSetIsInterfering (boolean value)
    Set method for attribute "IsInterfering"
    The bool flag that indicates if the interference is detected (true) or not (false).
voidSetNearestPoints (Point3Ds value)
    Set method for attribute "NearestPoints"
    The closest points (in respective part's coord sys).

Method Detail

GetDistance/SetDistance

doubleGetDistance ()
voidSetDistance (double value)


    The value of the computed clearance.



GetIsInterfering/SetIsInterfering

booleanGetIsInterfering ()
voidSetIsInterfering (boolean value)


    The bool flag that indicates if the interference is detected (true) or not (false).



GetNearestPoints/SetNearestPoints

Point3DsGetNearestPoints ()
voidSetNearestPoints (Point3Ds value)


    The closest points (in respective part's coord sys).