CustomSensorPatternDirections Property |
Gets or sets the list of directions that define the custom sensor pattern. The directions
are vectors originating from the sensor's origin and expressed in the sensor's axes.
See the Remarks section of the
CustomSensorPattern reference documentation
for more information.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<UnitSpherical> Directions { get; set; }
Public Property Directions As IList(Of UnitSpherical)
Get
Set
public:
property IList<UnitSpherical>^ Directions {
IList<UnitSpherical>^ get ();
void set (IList<UnitSpherical>^ value);
}
member Directions : IList<UnitSpherical> with get, set
Property Value
Type:
IListUnitSphericalSee Also