Library | Package Java Toolkit

Interface CylinderDescriptor

package com.ptc.pfc.pfcGeometry;

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



Description

A data object representing the geometry of a cylindrical surface.
Direct Known Subclasses:
WCylinderDescriptor



Method Summary
doubleGetRadius ()
    Get method for attribute "Radius"
    The radius of the cylinder
voidSetRadius (double value)
    Set method for attribute "Radius"
    The radius of the cylinder

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

GetRadius/SetRadius

doubleGetRadius ()
voidSetRadius (double value)


    The radius of the cylinder