SensorProjectionSurfaceBoundaries Property |
Gets the boundaries of the projection of the sensor onto the surface.
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 SensorProjectionBoundaryCollection SurfaceBoundaries { get; }
Public ReadOnly Property SurfaceBoundaries As SensorProjectionBoundaryCollection
Get
public:
property SensorProjectionBoundaryCollection^ SurfaceBoundaries {
SensorProjectionBoundaryCollection^ get ();
}
member SurfaceBoundaries : SensorProjectionBoundaryCollection with get
Property Value
Type:
SensorProjectionBoundaryCollectionSee Also