CentralBodySurfaceRegionSensorVolumeConstraintBoundaryResolution Property |
Gets or sets the spacing, in radians, at which to create additional points along the area target boundary to perform access on.
If this property is set at or below zero no such additional points will be created.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double BoundaryResolution { get; set; }
Public Property BoundaryResolution As Double
Get
Set
public:
property double BoundaryResolution {
double get ();
void set (double value);
}
member BoundaryResolution : float with get, set
Property Value
Type:
DoubleSee Also