Click or drag to resize

ParameterizedSpatiallyPartitionedCoverageDefinitionGridPoint Property

Gets a Point object that defines the location of any given grid point during the coverage computation. This point uses the parameterization system to dynamically change the evaluator associated with the point, and thus the location and motion, when computing access over the grid. By defining Assets in relation to the GridPointPlaceholder based on this point, the access results recorded for each grid point will include the results of the access of the specified asset based on the location of that particular grid point.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Point GridPoint { get; }

Property Value

Type: Point
See Also