Click or drag to resize
AB4D logo

LineSelectorData(BaseLineVisual3D, 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,
	bool adjustLineDistanceWithLineThickness = true
)

Parameters

baseLineVisual3D  BaseLineVisual3D
BaseLineVisual3D or a derived class
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