ProjectGetJointsWithoutResults Method

Given a list of joints, returns the ids of the joints that were passed in but did not have results. If the list of joints is not a subset of the joints passed into the previous joint sizing operation, a new sizing operation will be kicked off.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public HashSet<int> GetJointsWithoutResults(
	List<Joint> joints
)

Parameters

joints  ListJoint
 

Return Value

HashSetInt32

See Also