Click or drag to resize
AB4D logo

LineSelectorData(ListPoint3D, Boolean, BaseCamera) Constructor

Constructor that use the positions from the specified List of Point3Ds.

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

Parameters

originalPositions  ListPoint3D
List of Point3Ds
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