This document is archived and information here might be outdated. Recommended version. |
Use the specified functional surface to generate Z values for the vertices of this object.
[Visual Basic .NET] Public Sub InterpolateFromSurface ( _ ByVal interpolationSurface As IFunctionalSurface _ )
[C#] public void InterpolateFromSurface ( IFunctionalSurface interpolationSurface );
[C++]
HRESULT InterpolateFromSurface(
IFunctionalSurface* interpolationSurface
);
[C++] Parameters interpolationSurface
interpolationSurface is a parameter of type IFunctionalSurface*
Sets Z attributes for all Points on the interfaced Geometry within the Domain of the FunctionalSurface equal to the Z value on the FunctionalSurface at each (X, Y) Point.