Library | Package Java Toolkit

Interface ConeDescriptor

package com.ptc.pfc.pfcGeometry;

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



Description

A data object representing the geometry of a conic surface.
Direct Known Subclasses:
WConeDescriptor



Method Summary
doubleGetAlpha ()
    Get method for attribute "Alpha"
    The angle between the axis of the cone and the generating line
voidSetAlpha (double value)
    Set method for attribute "Alpha"
    The angle between the axis of the cone and the generating line

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

GetAlpha/SetAlpha

doubleGetAlpha ()
voidSetAlpha (double value)


    The angle between the axis of the cone and the generating line