Library | Module

Class pfcRevolvedSurfaceDescriptor



Description

A data object representing the geometry of the surface created by revolving a curve about an axis.
Direct Parent Classes:
pfcTransformedSurfaceDescriptor



Property Summary

pfcCurveDescriptorProfile
The curve geometry



Method Summary

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



Property Detail


pfcCurveDescriptorProfile

The curve geometry





Method Detail


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

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