<Code Lib>
2022 Method
Changes 0
M

PartUtils.GetChainLengthToOriginal

Description:
Calculates the length of the longest chain of divisions/merges to reach to an original non-Part element that is the source of the tested part.

public static int GetChainLengthToOriginal(
	Part part
)

Return Value int The length of the longest chain.

Loading…