STK Graphics PrimitivesSend comments on this topic.
Initialize Method (IAgStkGraphicsSurfaceMeshPrimitiveFactory)
See Also
Windows





Windows & Linux

Description

Initializes 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.

Syntax

[Visual Basic .NET]
Public Function Initialize() As IAgStkGraphicsSurfaceMeshPrimitive
[C#]
public IAgStkGraphicsSurfaceMeshPrimitive Initialize();
[Managed C++]
public: IAgStkGraphicsSurfaceMeshPrimitive ^ Initialize();
[Unmanaged C++]
public: HRESULT Initialize(
    IAgStkGraphicsSurfaceMeshPrimitive ** ppRetVal
);
[Java]
public IAgStkGraphicsSurfaceMeshPrimitive initialize();
[Python - STK API]
def Initialize(self) -> "IAgStkGraphicsSurfaceMeshPrimitive":

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.