Library | Package Java Toolkit

Interface CriticalDistanceData

package com.ptc.pfc.pfcInterference;

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



Description

This class defines critical distance data.



Method Summary
Point3DGetCriticalPoint1 ()
    Get method for attribute "CriticalPoint1"
    The first 3d point where the critical distance is calculated.
Point3DGetCriticalPoint2 ()
    Get method for attribute "CriticalPoint2"
    The second 3d point where the critical distance is calculated.
doubleGetDistance ()
    Get method for attribute "Distance"
    The local minimum distance between two selected objects.
UVParamsGetSurfParam1 ()
    Get method for attribute "SurfParam1"
    The first surface UV-parameter where the distance is calculated.
UVParamsGetSurfParam2 ()
    Get method for attribute "SurfParam2"
    The second surface UV-parameter where the distance is calculated.
voidSetCriticalPoint1 (Point3D value)
    Set method for attribute "CriticalPoint1"
    The first 3d point where the critical distance is calculated.
voidSetCriticalPoint2 (Point3D value)
    Set method for attribute "CriticalPoint2"
    The second 3d point where the critical distance is calculated.
voidSetDistance (double value)
    Set method for attribute "Distance"
    The local minimum distance between two selected objects.
voidSetSurfParam1 (UVParams value)
    Set method for attribute "SurfParam1"
    The first surface UV-parameter where the distance is calculated.
voidSetSurfParam2 (UVParams value)
    Set method for attribute "SurfParam2"
    The second surface UV-parameter where the distance is calculated.

Method Detail

GetDistance/SetDistance

doubleGetDistance ()
voidSetDistance (double value)


    The local minimum distance between two selected objects.



GetSurfParam1/SetSurfParam1

UVParamsGetSurfParam1 ()
voidSetSurfParam1 (UVParams value)


    The first surface UV-parameter where the distance is calculated.



GetSurfParam2/SetSurfParam2

UVParamsGetSurfParam2 ()
voidSetSurfParam2 (UVParams value)


    The second surface UV-parameter where the distance is calculated.



GetCriticalPoint1/SetCriticalPoint1

Point3DGetCriticalPoint1 ()
voidSetCriticalPoint1 (Point3D value)


    The first 3d point where the critical distance is calculated.



GetCriticalPoint2/SetCriticalPoint2

Point3DGetCriticalPoint2 ()
voidSetCriticalPoint2 (Point3D value)


    The second 3d point where the critical distance is calculated.