DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Expand General GeometryGeneral Geometry
Collapse ModelModel
Expand ViewView
Expand General ComputingGeneral Computing
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > API Reference > Model > Entities > Movement > IKinematicEntity_DG Go to ActiveX docs Search Documentation


IKinematicEntity_DG Interface

IKinematicEntity_DG provides access to kinematic attributes of an entity

CreateSweptVolume
Move
MoveLocal
GetMovement
SetMovement

IEntity_DG CreateSweptVolume(double deviation)

The method has been added mostly for future development. In the current version it works only in specific case when the entity has SOR geometry type and represents a cylindrical cutter with a ball nose. The movement is also expected to be either circular or linear translation. See the eMotion sample.

Other cases or more generic implenetation can be added on demand.


void Move(double from, double to)

from and to parameters must be ratios in range [0, 1].


void MoveLocal(double from, double to)

from and to parameters must be ratios in range [0, 1].


IMove_DG GetMovement()


void SetMovement(IMove_DG move)