<Code Lib>
2025.3 Method
Changes 0
M

PartUtils.GetSplittingElements

Description:
Identifies the elements ( reference planes, levels, grids ) that were used to create the part.

public static ISet<ElementId> GetSplittingElements(
	Document document,
	ElementId partId
)

Return Value ISet<ElementId> The elements that created the part. Empty if partId is not a Part or Part is not divided.

Loading…