DrawingBlockVisualCreatePolyLine Method |
Create a new DrawingBlockVisual which contains a list of line {start,end} pairs.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static DrawingBlockVisual CreatePolyLine(
Document doc,
Vector3[] points,
Color lineColor
)
Parameters
- doc Document
- The document to add the visual to.
- points Vector3
- The array of {start,end} line pairs.
- lineColor Color
- The color of the new line list
Return Value
DrawingBlockVisualA new DrawingBlockVisual which contains a list of line {start,end} pairs.
See Also