MeshEntityType Enumeration

Microsoft Robotics Class Reference

Types of mesh entities

Namespace: Microsoft.Robotics.Simulation.Engine
Assembly: SimulationEngine (in SimulationEngine.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

[CLSCompliantAttribute(true)]
[DataContractAttribute]
public enum MeshEntityType

Members

Member name Value Description
Box 0 The physics object is the bounding box of the mesh.
Sphere 1 The physics object is the bounding sphere of the mesh.
Convex 2 The physics object is the convex mesh of the mesh.
Triangle 3 The physics object is the same as the input mesh.

See Also

Microsoft.Robotics.Simulation.Engine Namespace