Library | Module

Class pfcTabulatedCylinderDescriptor



Description

A data object representing the geometry of a surface defined by projecting a curve linearly through space.
Direct Parent Classes:
pfcTransformedSurfaceDescriptor



Property Summary

pfcCurveDescriptorProfile
The geometry of the curve that is projected



Method Summary

static pfcTabulatedCylinderDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, pfcCurveDescriptor Profile)
This method creates a new TabulatedCylinderDescriptor object.



Property Detail


pfcCurveDescriptorProfile

The geometry of the curve that is projected





Method Detail


static pfcTabulatedCylinderDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, pfcCurveDescriptor Profile)

This method creates a new TabulatedCylinderDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Profile
The geometry of the curve that is projected
Returns: