Defines the positions of a polyline using the boundary positions of the specified surfaceTriangulatorResult.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def SetWithSurfaceTriangulatorResult(self, SurfaceTriangulatorResult:"IAgStkGraphicsSurfaceTriangulatorResult") -> None: |
- SurfaceTriangulatorResult
- The surface triangulator result used to define the polyline.
This is equivalent to to calling Set with surfaceTriangulatorResult.BoundaryPositions. See Set for a full discussion.






