Renders a polyline in the 3D scene. Each line segment may have a different color. A polyline can be constructed with a Position Interpolator to render great arcs or rhumb lines.
![]() | Defines the positions for a polyline primitive. The polyline is rendered in its Reference Frame. |
![]() | For convenience. Defines the positions of a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling Set. |
![]() | For convenience. Defines the positions and colors of a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling Set. |
![]() | For convenience. Defines the positions and colors of a polyline using Cartographic positions. renderPassHint is provided for efficiency. This is equivalent to converting each position in positions to Cartesian and calling Set. |
![]() | For convenience. Defines the positions, colors, and/or optional point properties of a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling Set. |
![]() | Updates a subset of positions in a polyline. |
![]() | For convenience. Updates a subset of positions in a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling SetPartial. |
![]() | For convenience. Updates a subset of positions and/or colors in a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling SetPartial. |
![]() | For convenience. Updates a subset of positions and/or colors in a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling SetPartial. |
![]() | For convenience. Updates a subset of positions in a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling SetPartial. |
![]() | For convenience. Updates a subset of positions, colors, and/or optional point properties in a polyline using Cartographic positions. This is equivalent to converting each position in positions to Cartesian and calling SetPartial. |
![]() | Updates a subset of positions and/or colors in a polyline. |
![]() | Updates a subset of positions, colors, and/or optional point properties in a polyline. |
![]() | Updates a subset of positions and/or colors in a polyline. |
![]() | Updates a subset of positions in a polyline. |
![]() | Defines the positions of a polyline using a subset of input positions. |
![]() | For convenience. Defines the positions of a polyline using a subset of input Cartographic positions. This is equivalent to converting the subset of positions to Cartesian and calling SetSubset. |
![]() | Defines the positions and colors of a polyline. The polyline is rendered in its Reference Frame. |
![]() | Defines the positions and colors of a polyline. The polyline is rendered in its Reference Frame. renderPassHint is provided for efficiency. |
![]() | Defines the positions, colors, and/or optional point properties of a polyline. The polyline is rendered in its Reference Frame. |
![]() | Defines the positions of a polyline using the outline positions of the specified solidTriangulatorResult. |
![]() | Defines the positions of a polyline using the positions of the specified surfaceShapesResult. |
![]() | Defines the positions of a polyline using the boundary positions of the specified surfaceTriangulatorResult. |
![]() | Gets or sets whether the polyline will be clipped by the central body. |
![]() | Gets or sets whether an outline is rendered around the polyline. |
![]() | Gets the maximum width, in pixels, supported by the video card. |
![]() | Gets the minimum width, in pixels, supported by the video card. |
![]() | Gets or sets the outline's color. |
![]() | Gets or sets the translucency of the outline. Translucency is between 0 and 1 , where 0 is opaque and 1 is transparent. |
![]() | Gets or sets the width, in pixels, of the outline around the polyline. |
![]() | Gets or sets whether individual line indices will be included in the PickResults returned from the Scene's Pick method. Each line index that is picked will be returned as a BatchPrimitiveIndex. |
![]() | Gets how the polyline interprets the positions passed to Set methods. |
![]() | Gets the Position Interpolator applied to positions passed to Set , SetCartographic , SetSubset , and SetSubsetCartographic methods. When this property is null , linear interpolation is used. |
![]() | Gets the primitive's Set Hint. See the Set Hint Performance Overview for selecting an appropriate value to construct the primitive with. |
![]() | Gets or sets the line width, in pixels. |
Implemented Interface |
---|
IAgStkGraphicsPrimitive |
Draw a STK area target outline on the globe
[C#] | ||
---|---|---|
|
Draw the outline of a circle on the globe
[C#] | ||
---|---|---|
|
Draw a line between two points
[C#] | ||
---|---|---|
|
Draw the outline of an ellipse on the globe
[C#] | ||
---|---|---|
|
Draw a great arc on the globe
[C#] | ||
---|---|---|
|
Draw a rhumb line on the globe
[C#] | ||
---|---|---|
|
Draw a STK area target outline on the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw the outline of a circle on the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw a line between two points
[Visual Basic .NET] | ||
---|---|---|
|
Draw the outline of an ellipse on the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw a great arc on the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw a rhumb line on the globe
[Visual Basic .NET] | ||
---|---|---|
|
Draw a new Polyline Primitive
[MATLAB] | ||
---|---|---|
|