Table of Contents

Method b3Shape_GetContactCapacity

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Shape_GetContactCapacity(b3ShapeId)

Get the maximum capacity required for retrieving all the touching contacts on a shape

public static extern int b3Shape_GetContactCapacity(b3ShapeId shapeId)

Parameters

shapeId b3ShapeId

See the Box3D documentation.

Returns

int

See the Box3D documentation.