PolylinePrimitive.Set Method |
Name | Description | |
---|---|---|
![]() | Set(IEnumerable<Cartesian>) |
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(IEnumerable<Cartesian>, IEnumerable<Color>) |
Defines the positions and colors of a polyline. The polyline is rendered in its
ReferenceFrame.
|
![]() | Set(IEnumerable<Cartesian>, IEnumerable<Color>, RenderPassHint) |
Defines the positions and colors of a polyline. The polyline is rendered in its
ReferenceFrame.
renderPassHint is provided for efficiency.
|
![]() | Set(IEnumerable<Cartesian>, IEnumerable<Color>, PolylinePrimitiveOptionalParameters) |
Defines the positions, colors, and/or optional point properties of a polyline. The polyline is rendered in its
ReferenceFrame.
|