Library | Module

Class pfcTorusDescriptor



Description

A data object representing the geometry of a surface with a toroidal shape.
Direct Parent Classes:
pfcTransformedSurfaceDescriptor



Property Summary

numberRadius1
The distance from the center of the generating arc to the axis of revolution
numberRadius2
The radius of the generating arc



Method Summary

static pfcTorusDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, number Radius1, number Radius2)
This method creates a new TorusDescriptor object.



Property Detail


numberRadius1

The distance from the center of the generating arc to the axis of revolution




numberRadius2

The radius of the generating arc





Method Detail


static pfcTorusDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, number Radius1, number Radius2)

This method creates a new TorusDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Radius1
The distance from the center of the generating arc to the axis of revolution
Radius2
The radius of the generating arc
Returns:
The new TorusDescriptor object