Library | Package Java Toolkit

Interface SplineSurfacePoint

package com.ptc.pfc.pfcGeometry;

public interface SplineSurfacePoint
  extends jxobject



Description

Represents a single point on a spline surface



Method Summary
UVParamsGetParameter ()
    Get method for attribute "Parameter"
    The UV parameters of the point on the surface.
Point3DGetPoint ()
    Get method for attribute "Point"
    The XYZ point
Vector3DGetUTangent ()
    Get method for attribute "UTangent"
    The tangent vector in the U direction at the point
Vector3DGetUVDerivative ()
    Get method for attribute "UVDerivative"
    The mixed derivative at the point
Vector3DGetVTangent ()
    Get method for attribute "VTangent"
    The tangent vector in the V direction at the point
voidSetParameter (UVParams value)
    Set method for attribute "Parameter"
    The UV parameters of the point on the surface.
voidSetPoint (Point3D value)
    Set method for attribute "Point"
    The XYZ point
voidSetUTangent (Vector3D value)
    Set method for attribute "UTangent"
    The tangent vector in the U direction at the point
voidSetUVDerivative (Vector3D value)
    Set method for attribute "UVDerivative"
    The mixed derivative at the point
voidSetVTangent (Vector3D value)
    Set method for attribute "VTangent"
    The tangent vector in the V direction at the point

Method Detail

GetParameter/SetParameter

UVParamsGetParameter ()
voidSetParameter (UVParams value)


    The UV parameters of the point on the surface.



GetPoint/SetPoint

Point3DGetPoint ()
voidSetPoint (Point3D value)


    The XYZ point



GetUTangent/SetUTangent

Vector3DGetUTangent ()
voidSetUTangent (Vector3D value)


    The tangent vector in the U direction at the point



GetVTangent/SetVTangent

Vector3DGetVTangent ()
voidSetVTangent (Vector3D value)


    The tangent vector in the V direction at the point



GetUVDerivative/SetUVDerivative

Vector3DGetUVDerivative ()
voidSetUVDerivative (Vector3D value)


    The mixed derivative at the point