API Documentation > Interfaces > Interface CylindricalSplineSurfaceDescriptor
Interface CylindricalSplineSurfaceDescriptor

package com.ptc.pfc.pfcGeometry;

public interface
CylindricalSplineSurfaceDescriptor
extends
com.ptc.pfc.pfcGeometry.TransformedSurfaceDescriptor


Description
A data object representing a spline surface created using cylindrical coordinates.
Direct Known Subclasses:
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SurfaceDescriptor :
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.TransformedSurfaceDescriptor :
Method Summary
Get method for attribute "SplineSurfaceData"
The spline surface geometry which defines the surface
void
Set method for attribute "SplineSurfaceData"
The spline surface geometry which defines the surface
Method Detail
GetSplineSurfaceData
GetSplineSurfaceData
()
SetSplineSurfaceData
void
SetSplineSurfaceData
The spline surface geometry which defines the surface
Was this helpful?