Library | Package Java Toolkit

Interface TabulatedCylinderDescriptor

package com.ptc.pfc.pfcGeometry;

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



Description

A data object representing the geometry of a surface defined by projecting a curve linearly through space.
Direct Known Subclasses:
WTabulatedCylinderDescriptor



Method Summary
CurveDescriptorGetProfile ()
    Get method for attribute "Profile"
    The geometry of the curve that is projected
voidSetProfile (CurveDescriptor value)
    Set method for attribute "Profile"
    The geometry of the curve that is projected

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 geometry of the curve that is projected