Defines the surface mesh using the specified
surfaceTriangulator. The mesh is rendered in the primitive's
Reference
Frame.
| [Visual Basic .NET] |
|---|
Public Sub Set( _
ByVal SurfaceTriangulator As IAgStkGraphicsSurfaceTriangulatorResult _
)
|
| [C#] |
|---|
public void Set(
|
| [Managed C++] |
|---|
public: void Set(
|
| [Java] |
|---|
public set(
|
| [Unmanaged C++] |
|---|
public: HRESULT Set(
|
- SurfaceTriangulator
- The surface triangulator used to define the surface mesh.