Library | Package Java Toolkit

Interface WSplineSurfaceDescriptor

package com.ptc.wfc.wfcGeometry;

public interface WSplineSurfaceDescriptor
  extends com.ptc.pfc.pfcGeometry.SplineSurfaceDescriptor,
          com.ptc.wfc.wfcGeometry.WSurfaceDescriptor



Description

The spline surface descriptor.



Method Summary
intGetNumberOfUParams ()
    Get method for attribute "NumberOfUParams"
     
intGetNumberOfVParams ()
    Get method for attribute "NumberOfVParams"
     
voidSetNumberOfUParams (int value)
    Set method for attribute "NumberOfUParams"
     
voidSetNumberOfVParams (int value)
    Set method for attribute "NumberOfVParams"
     

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

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SplineSurfaceDescriptor
GetPoints, SetPoints

Methods Inherited from Interface com.ptc.wfc.wfcGeometry.WSurfaceDescriptor
GetSurfaceId, SetSurfaceId, GetContourData, SetContourData

Method Detail

GetNumberOfUParams/SetNumberOfUParams

intGetNumberOfUParams ()
voidSetNumberOfUParams (int value)


     



GetNumberOfVParams/SetNumberOfVParams

intGetNumberOfVParams ()
voidSetNumberOfVParams (int value)