Library | Package Java Toolkit

Interface FilletSurface

package com.ptc.pfc.pfcGeometry;

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



Description

A Creo Parametric surface found where a round or fillet is placed on curved edge.
Direct Known Subclasses:
WFilletSurface



Method Summary
SplineDescriptorGetCenterProfile ()
    Get method for attribute "CenterProfile"
    The geometry of the curve running along the centers of the fillet arcs
SplineDescriptorGetTangentProfile ()
    Get method for attribute "TangentProfile"
    The geometry of the unit tangents to the axis of the filler arcs
SplineDescriptorGetU0Profile ()
    Get method for attribute "U0Profile"
    The geometry of the curve running along the u=0 boundary

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

SplineDescriptorGetU0Profile ()


    The geometry of the curve running along the u=0 boundary



GetCenterProfile

SplineDescriptorGetCenterProfile ()


    The geometry of the curve running along the centers of the fillet arcs



GetTangentProfile

SplineDescriptorGetTangentProfile ()


    The geometry of the unit tangents to the axis of the filler arcs