| Name | Description |
---|
| LineSelectorData(BaseLineVisual3D, Boolean) |
Constructor that use the positions defined in the baseLineVisual3D.
|
| LineSelectorData(ListPoint3D, Boolean) |
Constructor that use the positions from the specified List of Point3Ds.
|
| LineSelectorData(Point3DCollection, Boolean) |
Constructor that use the positions from the specified Point3DCollection.
|
| LineSelectorData(BaseLineVisual3D, BaseCamera, Boolean) |
Constructor that use the positions defined in the baseLineVisual3D.
|
| LineSelectorData(ListPoint3D, Boolean, BaseCamera) |
Constructor that use the positions from the specified List of Point3Ds.
|
| LineSelectorData(Point3DCollection, Boolean, BaseCamera) |
Constructor that use the positions from the specified Point3DCollection.
|
| LineSelectorData(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.
|