|  | FixedJointOnAddToSimulation Method | 
Namespace: DigitalRune.Physics.Constraints
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| PhysicsException | BodyA or BodyB is . The constraint bodies must not be when a constraint/joint is added to a simulation. | 
 Remarks
RemarksThe simulation to which the constraint is added is set in the property Simulation.
Notes to Inheritors: When overriding OnAddToSimulation in a derived class, be sure to call the base class's OnAddToSimulation method.
 See Also
See Also