Method SolidIntersection
SolidIntersection(uint, uint)
perform boolean operation intersection on two bodies (A ^ B)
Declaration
[HandleProcessCorruptedStateExceptions]
public BodyList SolidIntersection(uint A, uint B)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | A | The first body |
| uint | B | The second body |
Returns
| Type | Description |
|---|---|
| BodyList |