Library | Package Java Toolkit

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:
WRevolvedSurfaceDescriptor



Method Summary
CurveDescriptorGetProfile ()
    Get method for attribute "Profile"
    The curve geometry
voidSetProfile (CurveDescriptor value)
    Set method for attribute "Profile"
    The curve geometry

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

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.TransformedSurfaceDescriptor
GetCoordSys, SetCoordSys

Method Detail

GetProfile/SetProfile

CurveDescriptorGetProfile ()
voidSetProfile (CurveDescriptor value)


    The curve geometry