Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.Visuals Namespaces
Demo3D.Visuals
PhysicsEngine Class
PhysicsEngine Methods
AddGeometryProcessCollisionHandler Method
AddGeometryProcessContactHandler Method
AddPostCollideDelegate Method
AddRenderPoint Method
AddSensorDelegate Method
Clear Method
ClearAllRenderLabels Method
ClearAllRenderLines Method
ClearAllRenderPoints Method
ClearRenderLabels Method
ClearRenderLines Method
ClearRenderPoints Method
Collide Method
Collides Method
CountBodies Method
CreateApproximateCylinderGeometry Method
CreateBallSocketJoint Method
CreateBoxGeometry Method
CreateCompoundGeometry Method
CreateContactJoint Method
CreateConvexHullGeometry Method
CreateConvexHullGeometryByDecomposition Method
CreateCylinderGeometry Method
CreateFixedJoint Method
CreateGroup Method
CreateGroupList Method
CreateHingeJoint Method
CreateRigidBody Method
CreateRigidBodyProperties Method
CreateSimulationSensor Method
CreateSliderJoint Method
CreateSphereGeometry Method
CreateStaticBody Method
CreateStaticBodyProperties Method
CreateTriangleMeshGeometry Method
DestroyBody Method
DestroyGeometry Method
DestroyJoint Method
DestroySimulationSensor Method
DetectLoad Method
DisableCCD Method
EnableCCD Method
FindCollisions Method
FrictionMaterial Method
IsDeflector Method
IsDeflectorBlocksSensors Method
IsDynamic Method
IsFirstContact Method
IsFloor Method
IsKinematic Method
IsLoad Method
IsSensor Method
IsStatic Method
IsStopBlade Method
IsTrigger Method
IsVehicle Method
KeepAwake Method
ProcessPostCollideEvents Method
ProcessSensorDelegates Method
RaiseException Method
RaiseFrictionError Method
RemoveGeometryProcessCollisionHandler Method
RemoveGeometryProcessContactHandler Method
RemoveVisual Method
RenderLabel Method
RenderLine Method
RenderPoint Method
SetFrictionMaterialRecursive Method
UndetectLoad Method
WakeUp Method
WakeUpLoads Method
PhysicsEngine
DetectLoad Method
Records a load as having been detected by a sensor.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
void
DetectLoad
(
Visual
load
,
Visual
sensor
)
Parameters
load
Type:
Demo3D.Visuals
Visual
The load that was detected.
sensor
Type:
Demo3D.Visuals
Visual
The sensor that detected the load.
See Also
Reference
PhysicsEngine Class
Demo3D.Visuals Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com