DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Collapse ModelsModels
Expand DG Kernel ControlDG Kernel Control
Expand API ReferenceAPI Reference
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > Models > Entities > Movement > Kinematic Entities Go to ActiveX docs Search Documentation


Kinematic Entities

Any entity can have a single movement assigned to it.

The movement and related functionality of a section can be accessed via IKinematicEntity_DG interface.

Entities can be moved by its movement using IKinematicEntity_DG.Move() method.

Movement of the section can either be modified in place via IKinematicEntity_DG.GetMovement() > IMove_DG or replaced with a new movement using IKinematicEntity_DG.SetMovement()

See also: Movements, eMotion example