Provides access to members that allow changes to be made to the interpolation domain, in addition to the IFunctionalSurface members.
Description
IFunctionalSurface2 extends the functionality of the IFunctionalSurface interface by allowing the user to restrict the Domain of the FunctionalSurface.
Members
Name | Description | |
---|---|---|
Domain | The interpolation domain of the surface. | |
Domain | The interpolation domain of the surface. | |
Z | The surface Z = f(x,y). |
IFunctionalSurface2.Domain Property
The interpolation domain of the surface.
Public WriteOnly Property Domain_2
public void Domain_2 {set;}
Description
Sets the Polygon Domain in which the FunctionalSurface is defined. The Domain is the region in which all (x, y) coordinates have a single corresponding Z value on the FunctionalSurface.
IFunctionalSurface2.Domain Property
The interpolation domain of the surface.
Public WriteOnly Property Domain_2
public void Domain_2 {set;}
Description
Sets the Polygon Domain in which the FunctionalSurface is defined. The Domain is the region in which all (x, y) coordinates have a single corresponding Z value on the FunctionalSurface.
Inherited Interfaces
Interfaces | Description |
---|---|
IFunctionalSurface | Provides access to information about the functional surface, generating heights given x,y locations. Also see IFunctionalSurface2. |
Classes that implement IFunctionalSurface2
Classes | Description |
---|