API Documentation > Classes > Class pfcCylinderDescriptor
Class pfcCylinderDescriptor
Description
A data object representing the geometry of a cylindrical surface.
Direct Parent Classes:
Property Summary
number
The radius of the cylinder
Method Summary
Create (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, number Radius)
This method creates a new CylinderDescriptor object.
Property Detail
number
Radius
The radius of the cylinder
Method Detail
Create
(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
Was this helpful?