Library | Package Java Toolkit

Interface FilletSurfaceDescriptor

package com.ptc.pfc.pfcGeometry;

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



Description

A datas object representing the geometry of a surface found where a round or fillet is placed on curved edge.
Direct Known Subclasses:
WFilletSurfaceDescriptor



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
voidSetCenterProfile (SplineDescriptor value)
    Set method for attribute "CenterProfile"
    The geometry of the curve running along the centers of the fillet arcs
voidSetTangentProfile (SplineDescriptor value)
    Set method for attribute "TangentProfile"
    The geometry of the unit tangents to the axis of the filler arcs
voidSetU0Profile (SplineDescriptor value)
    Set method for attribute "U0Profile"
    The geometry of the curve running along the u=0 boundary

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

Method Detail

GetU0Profile/SetU0Profile

SplineDescriptorGetU0Profile ()
voidSetU0Profile (SplineDescriptor value)


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



GetCenterProfile/SetCenterProfile

SplineDescriptorGetCenterProfile ()
voidSetCenterProfile (SplineDescriptor value)


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



GetTangentProfile/SetTangentProfile

SplineDescriptorGetTangentProfile ()
voidSetTangentProfile (SplineDescriptor value)


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