AGI STK Graphics 11 Send comments on this topic.
SetWithoutTexturing Method (IAgStkGraphicsSurfaceMeshPrimitive)
See Also 
SurfaceTriangulator
The surface triangulator used to define the surface mesh.





Description

Defines the surface mesh using the specified surfaceTriangulator. The mesh is rendered in the primitive's Reference Frame.

Syntax

[Visual Basic .NET]
Public Sub SetWithoutTexturing( _
   ByVal SurfaceTriangulator As IAgStkGraphicsSurfaceTriangulatorResult _
) 

[C#]
public void SetWithoutTexturing(
IAgStkGraphicsSurfaceTriangulatorResult SurfaceTriangulator
);

[Managed C++]
public: void SetWithoutTexturing(
IAgStkGraphicsSurfaceTriangulatorResult ^ SurfaceTriangulator
);

[Java]
public  setWithoutTexturing(
IAgStkGraphicsSurfaceTriangulatorResult SurfaceTriangulator
);

[Unmanaged C++]
public: HRESULT SetWithoutTexturing(
IAgStkGraphicsSurfaceTriangulatorResult * SurfaceTriangulator
);

Parameters

SurfaceTriangulator
The surface triangulator used to define the surface mesh.

Remarks

Calling this method is more efficient than calling Set but the surface mesh will not render textures when this is used instead of Set. Therefore, only use SetWithoutTexturing when the surface mesh's Texture will only ever be null.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1