FieldOfViewCentralBodyProjectionGraphicsExtensionApproximateSamplesPerBoundary Property |
Gets or sets a parameter defining the approximate number of samples to use in the triangulation of each
SensorProjectionBoundary. A higher number yields a more accurate projection, which affects
the accuracy of the
Volume,
FootprintOutline, and
FootprintInterior.
If this parameter is
, approximately 200 samples are used per boundary.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public GraphicsParameter<int> ApproximateSamplesPerBoundary { get; set; }
Public Property ApproximateSamplesPerBoundary As GraphicsParameter(Of Integer)
Get
Set
public:
virtual property GraphicsParameter<int>^ ApproximateSamplesPerBoundary {
GraphicsParameter<int>^ get () sealed;
void set (GraphicsParameter<int>^ value) sealed;
}
abstract ApproximateSamplesPerBoundary : GraphicsParameter<int> with get, set
override ApproximateSamplesPerBoundary : GraphicsParameter<int> with get, set
Property Value
Type:
GraphicsParameterInt32Implements
IFieldOfViewCentralBodyProjectionGraphicsServiceApproximateSamplesPerBoundarySee Also