SensorProjection Constructor (SensorProjectionBoundaryCollection, SensorProjectionBoundaryCollection) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SensorProjection(
SensorProjectionBoundaryCollection surfaceBoundaries,
SensorProjectionBoundaryCollection spaceBoundaries
)
Public Sub New (
surfaceBoundaries As SensorProjectionBoundaryCollection,
spaceBoundaries As SensorProjectionBoundaryCollection
)
public:
SensorProjection(
SensorProjectionBoundaryCollection^ surfaceBoundaries,
SensorProjectionBoundaryCollection^ spaceBoundaries
)
new :
surfaceBoundaries : SensorProjectionBoundaryCollection *
spaceBoundaries : SensorProjectionBoundaryCollection -> SensorProjection
Parameters
- surfaceBoundaries
- Type: AGI.Foundation.Geometry.ShapesSensorProjectionBoundaryCollection
The sensor projection boundaries on the surface. - spaceBoundaries
- Type: AGI.Foundation.Geometry.ShapesSensorProjectionBoundaryCollection
The sensor projection boundaries in space.
See Also