API Documentation > Interfaces > Interface ConeDescriptor
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:
Method Summary
double
Get method for attribute "Alpha"
The angle between the axis of the cone and the generating line
void
SetAlpha (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 :
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.TransformedSurfaceDescriptor :
Method Detail
GetAlpha
double
GetAlpha
()
SetAlpha
void
SetAlpha
(double value)
The angle between the axis of the cone and the generating line
Was this helpful?