CentralBodySurfaceRegionSensorVolumeConstraint.BoundaryResolution 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.3.420.0 (24.3.420.0)
Syntaxpublic 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:
Double
See Also