Click or drag to resize
AB4D logo

LineSelectorData(ListPoint3D, Rect3D, Boolean, BaseCamera) Constructor

Constructor that use the positions from the specified List of Point3Ds and also provides positionsBoundingBox. This also sets CheckBoundingBox to true.

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

Parameters

originalPositions  ListPoint3D
List of Point3Ds
positionsBoundingBox  Rect3D
BoundingBox of the positions
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