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

© 2024 Analytical Graphics, Inc. All Rights Reserved.