Click or drag to resize

SensorProjection Constructor (SensorProjectionBoundaryCollection, SensorProjectionBoundaryCollection)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SensorProjection(
	SensorProjectionBoundaryCollection surfaceBoundaries,
	SensorProjectionBoundaryCollection spaceBoundaries
)

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