Library | Package Java Toolkit

Interface SplinePoint

package com.ptc.pfc.pfcGeometry;

public interface SplinePoint
  extends jxobject



Description

This class defines a spline point.



Method Summary
doubleGetParameter ()
    Get method for attribute "Parameter"
    The parameter
Point3DGetPoint ()
    Get method for attribute "Point"
    The three-dimensional point
Vector3DGetTangent ()
    Get method for attribute "Tangent"
    The tangent
voidSetParameter (double value)
    Set method for attribute "Parameter"
    The parameter
voidSetPoint (Point3D value)
    Set method for attribute "Point"
    The three-dimensional point
voidSetTangent (Vector3D value)
    Set method for attribute "Tangent"
    The tangent

Method Detail

GetParameter/SetParameter

doubleGetParameter ()
voidSetParameter (double value)


    The parameter



GetPoint/SetPoint

Point3DGetPoint ()
voidSetPoint (Point3D value)


    The three-dimensional point



GetTangent/SetTangent

Vector3DGetTangent ()
voidSetTangent (Vector3D value)


    The tangent