Click or drag to resize

BeltConveyorCenterCollisionType Enumeration

The physics collision geometry type to use for the center of belt conveyor.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum BeltConveyorCenterCollisionType
Members
  Member nameValueDescription
Auto0 Automatically select for best performance.
Box1 Use object-oriented bounding box.
ConvexHull2 Use convex-hull decomposition.
TriangleMesh3 Use the triangle mesh.
VisualOnly4 No physics geometry.
See Also