Library | Module

Class pfcCylinderDescriptor



Description

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



Property Summary

numberRadius
The radius of the cylinder



Method Summary

static pfcCylinderDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, number Radius)
This method creates a new CylinderDescriptor object.



Property Detail


numberRadius

The radius of the cylinder





Method Detail


static pfcCylinderDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, number Radius)

This method creates a new CylinderDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Radius
The surface radius
Returns:
The new CylinderDescriptor object