Click or drag to resize
AB4D logo

LineSelectorData(Point3DCollection, Boolean, BaseCamera) Constructor

Constructor that use the positions from the specified Point3DCollection.

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

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.
camera  BaseCamera
Camera that is used to show the 3D scene with 3D lines
See Also