AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkLimitedJoint.EnableLimits Method

Sets the limit that this joint can reach before stopping.

Syntax
Pascal
procedure EnableLimits(const LowerLimit: Single; const UpperLimit: Single);
Parameters 
Description 
const LowerLimit: Single 
The smallest extent that the joint can reach. 
const UpperLimit: Single 
The greatest extent that the joint can reach. 

For revolute joints this is based on angles, for the others it is on length.

Copyright (c) 2012. All rights reserved.