Library | Package Java Toolkit

Interface EdgeEvalData

package com.ptc.pfc.pfcGeometry;

public interface EdgeEvalData
  extends jxobject



Description

This class provides edge evaluation data.



Method Summary
UVVectorGetDerivative1A ()
    Get method for attribute "Derivative1A"
    The first derivative for PointA
UVVectorGetDerivative1B ()
    Get method for attribute "Derivative1B"
    The first derivative for PointB
UVVectorGetDerivative2A ()
    Get method for attribute "Derivative2A"
    The second derivative for PointA
UVVectorGetDerivative2B ()
    Get method for attribute "Derivative2B"
    The second derivative for PointB
doubleGetParameter ()
    Get method for attribute "Parameter"
    The normalized parameter on the edge
UVParamsGetPointA ()
    Get method for attribute "PointA"
    The first UV point
UVParamsGetPointB ()
    Get method for attribute "PointB"
    The second UV point
voidSetDerivative1A (UVVector value)
    Set method for attribute "Derivative1A"
    The first derivative for PointA
voidSetDerivative1B (UVVector value)
    Set method for attribute "Derivative1B"
    The first derivative for PointB
voidSetDerivative2A (UVVector value)
    Set method for attribute "Derivative2A"
    The second derivative for PointA
voidSetDerivative2B (UVVector value)
    Set method for attribute "Derivative2B"
    The second derivative for PointB
voidSetParameter (double value)
    Set method for attribute "Parameter"
    The normalized parameter on the edge
voidSetPointA (UVParams value)
    Set method for attribute "PointA"
    The first UV point
voidSetPointB (UVParams value)
    Set method for attribute "PointB"
    The second UV point

Method Detail

GetParameter/SetParameter

doubleGetParameter ()
voidSetParameter (double value)


    The normalized parameter on the edge



GetPointA/SetPointA

UVParamsGetPointA ()
voidSetPointA (UVParams value)


    The first UV point



GetDerivative1A/SetDerivative1A

UVVectorGetDerivative1A ()
voidSetDerivative1A (UVVector value)


    The first derivative for PointA



GetDerivative2A/SetDerivative2A

UVVectorGetDerivative2A ()
voidSetDerivative2A (UVVector value)


    The second derivative for PointA



GetPointB/SetPointB

UVParamsGetPointB ()
voidSetPointB (UVParams value)


    The second UV point



GetDerivative1B/SetDerivative1B

UVVectorGetDerivative1B ()
voidSetDerivative1B (UVVector value)


    The first derivative for PointB



GetDerivative2B/SetDerivative2B

UVVectorGetDerivative2B ()
voidSetDerivative2B (UVVector value)


    The second derivative for PointB