Click or drag to resize

PhysicsSandboxModel Properties

The PhysicsSandboxModel type exposes the following members.

Properties
  Name Description
Public property Attached
Defines an attached property.
(Inherited from BaseModel.)
Public property BoundarySize
Size of the sandbox boundary as a Vector3. Default is (5,5,5)
Public property BoundarySizeSerialized
Size of the sandbox boundary, serialized. Default is (5,5,5)
Public property Comments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public property CompletedActions
Actions that are executed when the experiment completes
Public property CompletedWhen
All conditions that have to met for the experiment to complete
Public property Code example DataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public property DataSets
Public property Description
Displays a description of the object to the user.
(Inherited from TriggableModel.)
Public property ExternalXmlPath (Inherited from BaseModel.)
Public property FailedActions
Actions that are executed when the experiment fails
Public property FailedWhen
All conditions that have to met for the experiment to fail
Public property FocusObject
Defines the focus target PhysicsObject of the physics sandbox which will be the center of this simulation and never moved.
Public property GravityDirection
The direction of gravity as a Vector3. Default is (0,-1,0)
Public property GravityDirectionSerialized
The direction of gravity as a serialized Vector3. Default is (0,-1,0)
Public property GravityForce
Force of gravity. Default is 9.81
Public property HeightAtZero
Height at surface position in m. Default is 0
Public property Id
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public property IsEnabled
Public property IsFailure
The physics experiment failed.
Public property IsIdAutogenerated (Inherited from BaseModel.)
Public property IsSuccess
The physics experiment succeeded.
Public property PhysicsCollisionConditions
Public property PhysicsCollisionConditionsSerialized
Public property PhysicsLayer
Defines the collision layer of the underlaying physics element. Default is PhysicLayer1
Public property PhysicsObjects
Public property PhysicsObjectsSerialized
Public property PositionScaleFactor
Factor used to scale the position of target elements of physics objects. Default is 1
Public property SurfaceElement
Defines the Surface as a spacial center for the PhysicsSandbox simulation.
Public property TemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
Public property Title
Defines a title for the object.
(Inherited from TriggableModel.)
Public property Triggers (Inherited from TriggableModel.)
Public property TriggersSerialized
Lists the available Triggers for this object.
(Inherited from TriggableModel.)
Public property XmlComments
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.)
Top
See Also