KAS API
KAS API
KASAPIv2
ILinkJoint Interface
ILinkJoint Methods
AdjustJoint Method
CheckConstraints Method
CreateJoint Method
DropJoint Method
SetCoupleOnLinkMode Method
ILinkJoint
CheckConstraints Method
Checks if the joint constraints allow the link to be established.
Namespace:
KASAPIv2
Assembly:
KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
Copy
string
[]
CheckConstraints
(
ILinkSource
source
,
ILinkTarget
target
)
Request Example
View Source
Parameters
source
Type:
KASAPIv2
ILinkSource
The possible source of the link.
target
Type:
KASAPIv2
ILinkTarget
The possible target of the link.
Return Value
Type:
String
An empty array if the link can be created, or a list of user friendly errors otherwise.
See Also
Reference
ILinkJoint Interface
KASAPIv2 Namespace
Other Resources
Untiy3D: Transform
Public Domain
Send comments on this topic to
igor.zavoychinskiy@gmail.com