Computes the triangulation for a cylinder
centered at the origin.
| [Visual Basic .NET] |
|---|
Public Function CreateSimple( _
ByVal Length As Double, _
ByVal Radius As Double _
) As IAgStkGraphicsSolidTriangulatorResult
|
| [C#] |
|---|
public IAgStkGraphicsSolidTriangulatorResult CreateSimple(
|
| [Managed C++] |
|---|
public: IAgStkGraphicsSolidTriangulatorResult^ CreateSimple(
|
| [Java] |
|---|
public IAgStkGraphicsSolidTriangulatorResult createSimple(
|
| [Unmanaged C++] |
|---|
public: HRESULT CreateSimple(
|
- Length
- The length, in meters, of the cylinder along the z axis.
- Radius
- The radius, in meters, of the cylinder.