Click or drag to resize
AB4D logo

LineSelectorData(BaseLineVisual3D, BaseCamera, Boolean) Constructor

Constructor that use the positions defined in the baseLineVisual3D.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public LineSelectorData(
	BaseLineVisual3D baseLineVisual3D,
	BaseCamera camera,
	bool adjustLineDistanceWithLineThickness = true
)

Parameters

baseLineVisual3D  BaseLineVisual3D
BaseLineVisual3D or a derived class
camera  BaseCamera
Camera that is used to show the 3D scene with 3D lines
adjustLineDistanceWithLineThickness  Boolean  (Optional)
when true (by default) then distance is measured from line edge, if false then distance is measured from center of the line
See Also