Click or drag to resize

PolylinePrimitiveSet Method

Overload List
  NameDescription
Public methodSet(IEnumerableCartesian)
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(IEnumerableCartesian, IEnumerableColor)
Defines the positions and colors of a polyline. The polyline is rendered in its ReferenceFrame.
Public methodSet(IEnumerableCartesian, IEnumerableColor, RenderPassHint)
Defines the positions and colors of a polyline. The polyline is rendered in its ReferenceFrame. renderPassHint is provided for efficiency.
Public methodSet(IEnumerableCartesian, IEnumerableColor, PolylinePrimitiveOptionalParameters)
Defines the positions, colors, and/or optional point properties of a polyline. The polyline is rendered in its ReferenceFrame.
Top
See Also