Library | Package Java Toolkit

Interface CoonsPatch

package com.ptc.pfc.pfcGeometry;

public interface CoonsPatch
  extends com.ptc.pfc.pfcGeometry.Surface



Description

A Creo Parametric surface used to blend surfaces together.
Direct Known Subclasses:
WCoonsPatch



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

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner
DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression

Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent
GetChild

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner
GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem
GetName, SetName, GetId, GetType

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.Surface
GetIsVisible, GetFeature, GetOwnerQuilt, EvalClosestPointOnSurface, EvalClosestPoint, Eval3DData, EvalParameters, EvalArea, EvalPrincipalCurv, VerifyUV, EvalDiameter, EvalMaximum, EvalMinimum, ListContours, ListSameSurfaces, GetSurfaceType, GetXYZExtents, GetUVExtents, GetOrientation, GetSurfaceDescriptor, GetNURBSRepresentation

Method Detail

GetU0Profile

CurveDescriptorGetU0Profile ()


    The curve geometry along u=0



GetU1Profile

CurveDescriptorGetU1Profile ()


    The curve geometry along u=1



GetV0Profile

CurveDescriptorGetV0Profile ()


    The curve geometry along v=0



GetV1Profile

CurveDescriptorGetV1Profile ()


    The curve geometry along v=1



GetCornerPoints

CoonsCornerPointsGetCornerPoints ()


    The corner points



GetUVDerivatives

CoonsUVDerivativesGetUVDerivatives ()


    The corner UV mixed derivatives