IEnumerable
<
IPSGeoBody
>
ISubtract
.ApplyTo(
IEnumerable
<
IPSGeoBody
> bodiesIn)
Applies the operation to the list of bodies given in argument.
Remarks
Examples
Parameters
bodiesIn
Type:
IEnumerable
<
IPSGeoBody
>
The list of bodies on which bodies will be subtracted.
Return Value
Type:
IEnumerable
<
IPSGeoBody
>
Returns the list of bodies generated by the operation.