Click or drag to resize
AB4D logo

LineSelectorData Constructor

Overload List
 NameDescription
Public methodLineSelectorData(BaseLineVisual3D, Boolean) Constructor that use the positions defined in the baseLineVisual3D.
Public methodLineSelectorData(ListPoint3D, Boolean) Constructor that use the positions from the specified List of Point3Ds.
Public methodLineSelectorData(Point3DCollection, Boolean) Constructor that use the positions from the specified Point3DCollection.
Public methodLineSelectorData(BaseLineVisual3D, BaseCamera, Boolean) Constructor that use the positions defined in the baseLineVisual3D.
Public methodLineSelectorData(ListPoint3D, Boolean, BaseCamera) Constructor that use the positions from the specified List of Point3Ds.
Public methodLineSelectorData(Point3DCollection, Boolean, BaseCamera) Constructor that use the positions from the specified Point3DCollection.
Public methodLineSelectorData(ListPoint3D, Rect3D, Boolean, BaseCamera) Constructor that use the positions from the specified List of Point3Ds and also provides positionsBoundingBox. This also sets CheckBoundingBox to true.
Top
See Also