| Name | Description |
---|
| CreateMultiLine3D(IListPoint3D, Double, Color, LineCap, LineCap, Viewport3D) |
Creates series of 3D lines that are defined with positions. The lines are not connected with each other.
|
| CreateMultiLine3D(IListPoint3D, Double, Color, LineCap, LineCap, Visual3D) |
Creates series of 3D lines that are defined with positions. The lines are not connected with each other.
|
| CreateMultiLine3D(IListPoint3D, Double, Color, LineCap, LineCap, Boolean, Viewport3D) |
Creates series of 3D lines that are defined with positions. With setting removeDuplicates parameter it is possible to remove duplicate lines. The lines are not connected with each other.
|
| CreateMultiLine3D(IListPoint3D, Double, Color, LineCap, LineCap, Boolean, Visual3D) |
Creates series of 3D lines that are defined with positions. With setting removeDuplicates parameter it is possible to remove duplicate lines. The lines are not connected with each other.
|
| CreateMultiLine3D(IListPoint3D, Double, Color, LineCap, LineCap, Boolean, Transform3D, Viewport3D) |
Creates series of 3D lines that are defined with positions. With setting removeDuplicates parameter it is possible to remove duplicate lines. The lines are not connected with each other.
|
| CreateMultiLine3D(IListPoint3D, Double, Color, LineCap, LineCap, Boolean, Transform3D, Visual3D) |
Creates series of 3D lines that are defined with positions. With setting removeDuplicates parameter it is possible to remove duplicate lines. The lines are not connected with each other.
|