AGI STK Graphics 11 Send comments on this topic.
CreateSimple Method (IAgStkGraphicsCylinderTriangulatorInitializer)
See Also 
Length
The length, in meters, of the cylinder along the z axis.
Radius
The radius, in meters, of the cylinder.





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
);

[Java]
public IAgStkGraphicsSolidTriangulatorResult createSimple(
double Length,
double Radius
);

[Unmanaged C++]
public: HRESULT CreateSimple(
double Length,
double Radius,
IAgStkGraphicsSolidTriangulatorResult ** ReturnValue
);

Parameters

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

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1