<Code Lib>
2026 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
)

  • part
    The part to be tested
Return Value Int32 The length of the longest chain.

Loading…