Click or drag to resize

RollerConveyorCenterCollisionType Enumeration

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

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum RollerConveyorCenterCollisionType
Members
  Member nameValueDescription
Auto0 Automatically select for best performance.
Box1 Use object-oriented bounding box.
Cylinder2 Use cylinders to model rollers.
ConvexHull3 Use convex-hull decomposition.
TriangleMesh4 Use the triangle mesh.
VisualOnly5 No physics geometry.
See Also