API Documentation > Interfaces > Interface RevolvedSurfaceDescriptor
Interface RevolvedSurfaceDescriptor

package com.ptc.pfc.pfcGeometry;

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


Description
A data object representing the geometry of the surface created by revolving a curve about an axis.
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 "Profile"
The curve geometry
void
Set method for attribute "Profile"
The curve geometry
Method Detail
GetProfile
GetProfile
()
SetProfile
void
SetProfile
(CurveDescriptor value)
The curve geometry
Was this helpful?