Library | Package Java Toolkit

Interface CoonsPatchDescriptor

package com.ptc.pfc.pfcGeometry;

public interface CoonsPatchDescriptor
  extends com.ptc.pfc.pfcGeometry.SurfaceDescriptor



Description

A data object representing the geometry of a surface used to blend surfaces together.
Direct Known Subclasses:
WCoonsPatchDescriptor



Method Summary
CoonsCornerPointsGetCornerPoints ()
    Get method for attribute "CornerPoints"
    The corner points
CurveDescriptorGetU0Profile ()
    Get method for attribute "U0Profile"
    The curve geometry along u=0
CurveDescriptorGetU1Profile ()
    Get method for attribute "U1Profile"
    The curve geometry along u=1
CoonsUVDerivativesGetUVDerivatives ()
    Get method for attribute "UVDerivatives"
    The corner UV mixed derivatives
CurveDescriptorGetV0Profile ()
    Get method for attribute "V0Profile"
    The curve geometry along v=0
CurveDescriptorGetV1Profile ()
    Get method for attribute "V1Profile"
    The curve geometry along v=1
voidSetCornerPoints (CoonsCornerPoints value)
    Set method for attribute "CornerPoints"
    The corner points
voidSetU0Profile (CurveDescriptor value)
    Set method for attribute "U0Profile"
    The curve geometry along u=0
voidSetU1Profile (CurveDescriptor value)
    Set method for attribute "U1Profile"
    The curve geometry along u=1
voidSetUVDerivatives (CoonsUVDerivatives value)
    Set method for attribute "UVDerivatives"
    The corner UV mixed derivatives
voidSetV0Profile (CurveDescriptor value)
    Set method for attribute "V0Profile"
    The curve geometry along v=0
voidSetV1Profile (CurveDescriptor value)
    Set method for attribute "V1Profile"
    The curve geometry along v=1

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SurfaceDescriptor
GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation

Method Detail

GetU0Profile/SetU0Profile

CurveDescriptorGetU0Profile ()
voidSetU0Profile (CurveDescriptor value)


    The curve geometry along u=0



GetU1Profile/SetU1Profile

CurveDescriptorGetU1Profile ()
voidSetU1Profile (CurveDescriptor value)


    The curve geometry along u=1



GetV0Profile/SetV0Profile

CurveDescriptorGetV0Profile ()
voidSetV0Profile (CurveDescriptor value)


    The curve geometry along v=0



GetV1Profile/SetV1Profile

CurveDescriptorGetV1Profile ()
voidSetV1Profile (CurveDescriptor value)


    The curve geometry along v=1



GetCornerPoints/SetCornerPoints

CoonsCornerPointsGetCornerPoints ()
voidSetCornerPoints (CoonsCornerPoints value)


    The corner points



GetUVDerivatives/SetUVDerivatives

CoonsUVDerivativesGetUVDerivatives ()
voidSetUVDerivatives (CoonsUVDerivatives value)


    The corner UV mixed derivatives