Library | Module

Class pfcConeDescriptor



Description

A data object representing the geometry of a conic surface.
Direct Parent Classes:
pfcTransformedSurfaceDescriptor



Property Summary

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



Method Summary

static pfcConeDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, number Alpha)
This method creates a new ConeDescriptor object.



Property Detail


numberAlpha

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





Method Detail


static pfcConeDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, number Alpha)

This method creates a new ConeDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Alpha
The cone angle
Returns:
The new ConeDescriptor object