Click or drag to resize

ILinkJointCheckConstraints 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#
string[] CheckConstraints(
	ILinkSource source,
	ILinkTarget target
)
Request Example View Source

Parameters

source
Type: KASAPIv2ILinkSource
The possible source of the link.
target
Type: KASAPIv2ILinkTarget
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