API Documentation > Interfaces > Interface WSplineSurfaceDescriptor
Interface WSplineSurfaceDescriptor
Description
The spline surface descriptor.
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SurfaceDescriptor :
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SplineSurfaceDescriptor :
Methods Inherited from Interface com.ptc.wfc.wfcGeometry.WSurfaceDescriptor :
Method Summary
int
Get method for attribute "NumberOfUParams"
int
Get method for attribute "NumberOfVParams"
void
SetNumberOfUParams (int value)
Set method for attribute "NumberOfUParams"
void
SetNumberOfVParams (int value)
Set method for attribute "NumberOfVParams"
Method Detail
GetNumberOfUParams
int
GetNumberOfUParams
()
SetNumberOfUParams
void
SetNumberOfUParams
(int value)
GetNumberOfVParams
int
GetNumberOfVParams
()
SetNumberOfVParams
void
SetNumberOfVParams
(int value)
Was this helpful?