Library | Package Java Toolkit

Interface CurveXYZData

package com.ptc.pfc.pfcGeometry;

public interface CurveXYZData
  extends jxobject



Description

Stores the results of an edge evaluation



Method Summary
/*optional*/ Vector3DGetDerivative1 ()
    Get method for attribute "Derivative1"
    The first partial derivaties of X, Y, and Z, with respect to t
/*optional*/ Vector3DGetDerivative2 ()
    Get method for attribute "Derivative2"
    The second partial derivaties of X, Y, and Z, with respect to t
doubleGetParam ()
    Get method for attribute "Param"
    The independent parameter, t
Point3DGetPoint ()
    Get method for attribute "Point"
    The X, Y, and Z coordinates of the point, with respect to the model coordinates
voidSetDerivative1 ( /*optional*/ Vector3D value)
    Set method for attribute "Derivative1"
    The first partial derivaties of X, Y, and Z, with respect to t
voidSetDerivative2 ( /*optional*/ Vector3D value)
    Set method for attribute "Derivative2"
    The second partial derivaties of X, Y, and Z, with respect to t
voidSetParam (double value)
    Set method for attribute "Param"
    The independent parameter, t
voidSetPoint (Point3D value)
    Set method for attribute "Point"
    The X, Y, and Z coordinates of the point, with respect to the model coordinates

Method Detail

GetParam/SetParam

doubleGetParam ()
voidSetParam (double value)


    The independent parameter, t



GetPoint/SetPoint

Point3DGetPoint ()
voidSetPoint (Point3D value)


    The X, Y, and Z coordinates of the point, with respect to the model coordinates



GetDerivative1/SetDerivative1

/*optional*/ Vector3DGetDerivative1 ()
voidSetDerivative1 ( /*optional*/ Vector3D value)


    The first partial derivaties of X, Y, and Z, with respect to t



GetDerivative2/SetDerivative2

/*optional*/ Vector3DGetDerivative2 ()
voidSetDerivative2 ( /*optional*/ Vector3D value)


    The second partial derivaties of X, Y, and Z, with respect to t