Library | Package Java Toolkit

Interface TorusDescriptor

package com.ptc.pfc.pfcGeometry;

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



Description

A data object representing the geometry of a surface with a toroidal shape.
Direct Known Subclasses:
WTorusDescriptor



Method Summary
doubleGetRadius1 ()
    Get method for attribute "Radius1"
    The distance from the center of the generating arc to the axis of revolution
doubleGetRadius2 ()
    Get method for attribute "Radius2"
    The radius of the generating arc
voidSetRadius1 (double value)
    Set method for attribute "Radius1"
    The distance from the center of the generating arc to the axis of revolution
voidSetRadius2 (double value)
    Set method for attribute "Radius2"
    The radius of the generating arc

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

GetRadius1/SetRadius1

doubleGetRadius1 ()
voidSetRadius1 (double value)


    The distance from the center of the generating arc to the axis of revolution



GetRadius2/SetRadius2

doubleGetRadius2 ()
voidSetRadius2 (double value)


    The radius of the generating arc