2027 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
)
  • first
    The solid being cut or the cutting solid
  • second
    The solid being cut or the cutting solid
  • Boolean
    split
    True to split the faces of intersection, false to unsplit them.