Click or drag to resize
AB4D logo

LineSelectorData(Point3DCollection, Boolean) Constructor

Constructor that use the positions from the specified Point3DCollection.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public LineSelectorData(
	Point3DCollection originalPositions,
	bool isLineStrip
)

Parameters

originalPositions  Point3DCollection
Point3DCollection
isLineStrip  Boolean
if true then one line position is used as end of one line segment and start of another line segment. If false each line segment is specified with 2 positions.
See Also