Package | Description |
---|---|
agi.foundation.geometry.shapes |
Contains types for representing geometric shapes such as curves, surfaces, and solids.
|
Modifier and Type | Method and Description |
---|---|
SensorProjectionBoundaryCollection |
SensorProjectionBoundary.getHoles()
Gets the collection of boundaries representing holes in the sensor projection.
|
SensorProjectionBoundaryCollection |
SensorProjection.getSpaceBoundaries()
Gets the boundaries of the projection of the sensor in space.
|
SensorProjectionBoundaryCollection |
SensorProjection.getSurfaceBoundaries()
Gets the boundaries of the projection of the sensor onto the surface.
|
Constructor and Description |
---|
SensorProjection(SensorProjectionBoundaryCollection surfaceBoundaries,
SensorProjectionBoundaryCollection spaceBoundaries)
Initializes a new instance.
|