Library | Module

Class pfcRuledSurfaceDescriptor



Description

A data object representing surface geometry created by linearly interpolating between corresponding points of two curves.
Direct Parent Classes:
pfcTransformedSurfaceDescriptor



Property Summary

pfcCurveDescriptorProfile1
The first curve's geometry
pfcCurveDescriptorProfile2
The second curve's geometry



Method Summary

static pfcRuledSurfaceDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, pfcCurveDescriptor Profile1, pfcCurveDescriptor Profile2)
This method creates a new RuledSurfaceDescriptor object.



Property Detail


pfcCurveDescriptorProfile1

The first curve's geometry




pfcCurveDescriptorProfile2

The second curve's geometry





Method Detail


static pfcRuledSurfaceDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, pfcCurveDescriptor Profile1, pfcCurveDescriptor Profile2)

This method creates a new RuledSurfaceDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
Profile1
The geometry of the first generating curve
Profile2
The geometry of the second generating curve
Returns:
The new RuledSurfaceDescriptor object