Defines the positions of a polyline using the outline positions of the specified solidTriangulatorResult.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def SetWithSolidTriangulatorResult(self, SolidTriangulatorResult:"IAgStkGraphicsSolidTriangulatorResult") -> None: |
- SolidTriangulatorResult
- The solid triangulator result used to define the polyline.
This is equivalent to to calling Set with solidTriangulatorResult.OutlinePositions. See Set for a full discussion.






