Defines the triangle mesh using the specified triangulator. The mesh is rendered in the primitive's Reference Frame.
[Visual Basic .NET] |
---|
Public Sub SetTriangulator( _ ByVal Triangulator As IAgStkGraphicsTriangulatorResult _ ) |
[C#] |
---|
public void SetTriangulator( |
[Managed C++] |
---|
public: void SetTriangulator( |
[Java] |
---|
public setTriangulator( |
[Unmanaged C++] |
---|
public: HRESULT SetTriangulator( |
- Triangulator
- The triangulator used to define the triangle mesh.