Click or drag to resize

PolylinePrimitive.Set Method

Overload List
  NameDescription
Public methodSet(IEnumerable<Cartesian>)
Defines the positions for a polyline primitive. The polyline is rendered in its ReferenceFrame.
Public methodSet(SolidTriangulatorResult)
Defines the positions of a polyline using the outline positions of the specified solidTriangulatorResult.
Public methodSet(SurfaceShapesResult)
Defines the positions of a polyline using the positions of the specified surfaceShapesResult.
Public methodSet(SurfaceTriangulatorResult)
Defines the positions of a polyline using the boundary positions of the specified surfaceTriangulatorResult.
Public methodSet(IEnumerable<Cartesian>, IEnumerable<Color>)
Defines the positions and colors of a polyline. The polyline is rendered in its ReferenceFrame.
Public methodSet(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.
Public methodSet(IEnumerable<Cartesian>, IEnumerable<Color>, PolylinePrimitiveOptionalParameters)
Defines the positions, colors, and/or optional point properties of a polyline. The polyline is rendered in its ReferenceFrame.
Top
See Also