PhysicsCompoundGeometry Class | 
Namespace: Demo3D.Visuals
public class PhysicsCompoundGeometry : PhysicsGeometry
The PhysicsCompoundGeometry type exposes the following members.
| Name | Description | |
|---|---|---|
| Aabb | 
            The axis-aligned bounding box (AABB) in world space.
              (Inherited from PhysicsGeometry.) | |
| Body | 
            The physics body that the geometry belongs to.
              (Inherited from PhysicsGeometry.) | |
| Count | 
            The number of child geometric collision shapes.
              | |
| FilterContactPoints | 
            Whether to filter contact points.
              (Inherited from PhysicsGeometry.) | |
| FixNormals | 
            Whether to fix contact normals for the geometry.
              (Inherited from PhysicsGeometry.) | |
| FrictionMaterial | 
            The friction material for the collision geometry.
              (Inherited from PhysicsGeometry.) | |
| IsConveyorSurface | 
            Whether the geometry represents a conveyor surface (e.g. belt or rollers).
              (Inherited from PhysicsGeometry.) | |
| IsDisposed | 
            Whether the geometry has been disposed.
              (Inherited from PhysicsGeometry.) | |
| Margin | 
            The collision margin for the geometry.
              (Inherited from PhysicsGeometry.) | |
| Type | 
            The type of collision geometry.
              (Inherited from PhysicsGeometry.) | 
| Name | Description | |
|---|---|---|
| Add | 
            Adds the specified collision geometry as a child to the compound collision geometry.
              | |
| Child | 
            Accessor for the child geometric collision shape at the specified
            index.
              | |
| Contains | 
            Whether the specified collision geometry is an immediate child of the compound collision
            geometry.
              | |
| Dispose | (Inherited from PhysicsGeometry.) | |
| Dispose(Boolean) | (Inherited from PhysicsGeometry.) | |
| Remove | 
            Removes the specified collision geometry from the compound collision geometry.
              | |
| Transform(Int32) | 
            Accessor for the transform for the child geometric collision shape specified by the
            provided index.
              | |
| Transform(Int32, Matrix) | 
            Sets the transform for the child geometric collision shape specified by the provided
            index.
              |