STK Graphics PrimitivesSend comments on this topic.
CreateSimple Method (IAgStkGraphicsCylinderTriangulatorInitializer)
See Also
Length
The length of the cylinder along the z axis.
Radius
The radius of the cylinder.
Windows





Windows & Linux

Description

Computes the triangulation for a cylinder centered at the origin.

Syntax

[Visual Basic .NET]
Public Function CreateSimple( _
    ByVal Length As Double, _
    ByVal Radius As Double _
) As IAgStkGraphicsSolidTriangulatorResult
[C#]
public IAgStkGraphicsSolidTriangulatorResult CreateSimple(
    double Length,
    double Radius
);
[Managed C++]
public: IAgStkGraphicsSolidTriangulatorResult^ CreateSimple(
    double Length,
    double Radius
);
[Unmanaged C++]
public: HRESULT CreateSimple(
    double Length,
    double Radius,
    IAgStkGraphicsSolidTriangulatorResult ** ppRetVal
);
[Java]
public IAgStkGraphicsSolidTriangulatorResult createSimple(
    double Length,
    double Radius
);
[Python - STK API ]
def CreateSimple(self, Length:float, Radius:float) -> "IAgStkGraphicsSolidTriangulatorResult":

Parameters

Length
The length of the cylinder along the z axis.
Radius
The radius of the cylinder.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.