STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsSurfaceMeshPrimitiveFactory Interface

Description

A triangle mesh primitive for meshes on the surface that need to conform to terrain.

Public Methods

Public Method InitializeInitializes a default surface mesh primitive. This is equivalent to constructing a surface mesh with a Set Hint of Frequent and a Surface Mesh Rendering Method of Automatic.
Public Method InitializeWithSetHintInitializes a surface mesh primitive with the specified setHint. This is equivalent to constructing a surface mesh with the specified setHint and a Surface Mesh Rendering Method of Automatic.
Public Method InitializeWithSetHintAndRenderingMethodInitializes a surface mesh primitive with the specified setHint and renderingMethod.
Public Method SupportedDetermines whether or not the video card supports the surface mesh primitive with the given renderingMethod.
Public Method SupportedWithDefaultRenderingMethodDetermines whether or not the video card supports the surface mesh primitive. This is equivalent to calling Supported with Automatic.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.