2023 Method
Changes 0
M

SolidSolidCutUtils.SplitFacesOfCuttingSolid

Description:
Causes the faces of the cutting element where it intersects the element it is cutting to be split or unsplit.
Remarks:
There must be a cut between the input elements.
public static void SplitFacesOfCuttingSolid(
	Element first,
	Element second,
	bool split
)