API Documentation > Classes > Class pfcTorusDescriptor
Class pfcTorusDescriptor
Description
A data object representing the geometry of a surface with a toroidal shape.
Direct Parent Classes:
Property Summary
number
The distance from the center of the generating arc to the axis of revolution
number
The radius of the generating arc
Method Summary
Create (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, number Radius1, number Radius2)
This method creates a new TorusDescriptor object.
Property Detail
number
Radius1
The distance from the center of the generating arc to the axis of revolution
number
Radius2
The radius of the generating arc
Method Detail
Create
(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
Was this helpful?