PolylinePrimitiveSet Method |
Name | Description | |
---|---|---|
Set(IEnumerableCartesian) |
Defines the positions for a polyline primitive. The polyline is rendered in its
ReferenceFrame.
| |
Set(SolidTriangulatorResult) |
Defines the positions of a polyline using the outline positions of the specified solidTriangulatorResult.
| |
Set(SurfaceShapesResult) |
Defines the positions of a polyline using the positions of the specified surfaceShapesResult.
| |
Set(SurfaceTriangulatorResult) |
Defines the positions of a polyline using the boundary positions of the specified surfaceTriangulatorResult.
| |
Set(IEnumerableCartesian, IEnumerableColor) |
Defines the positions and colors of a polyline. The polyline is rendered in its
ReferenceFrame.
| |
Set(IEnumerableCartesian, IEnumerableColor, RenderPassHint) |
Defines the positions and colors of a polyline. The polyline is rendered in its
ReferenceFrame.
renderPassHint is provided for efficiency.
| |
Set(IEnumerableCartesian, IEnumerableColor, PolylinePrimitiveOptionalParameters) |
Defines the positions, colors, and/or optional point properties of a polyline. The polyline is rendered in its
ReferenceFrame.
|