ParameterizedTemporallyPartitionedCoverageDefinitionGridPoint 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.2.419.0 (24.2.419.0)
Syntax public Point GridPoint { get; }
Public ReadOnly Property GridPoint As Point
Get
public:
property Point^ GridPoint {
Point^ get ();
}
member GridPoint : Point with get
Property Value
Type:
PointSee Also