|
Line3DFactoryCreateMultiPolyLine3D(ListPoint3DCollection, Double, Color, LineCap, LineCap, Int32, Visual3D) Method |
Creates multiple poly lines from a list of Point3DCollection.
Namespace: Ab3d.ModelsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static GeometryModel3D CreateMultiPolyLine3D(
List<Point3DCollection> position3DCollections,
double thickness,
Color color,
LineCap startLineCap,
LineCap endLineCap,
int lineSegmentsCountForArrowLength,
Visual3D parentVisual3D
)
Parameters
- position3DCollections ListPoint3DCollection
- list of Point3DCollection
- thickness Double
- line thickness in screen coordinates
- color Color
- line color
- startLineCap LineCap
- LineCap that is used for start position of each line
- endLineCap LineCap
- LineCap that is used for end position of each line
- lineSegmentsCountForArrowLength Int32
- lineSegmentsCountForArrowLength
- parentVisual3D Visual3D
- parent Visual3D
Return Value
GeometryModel3DGeometryModel3D that defines the 3D polyline
See Also