<Code Lib>
2024 Method
Changes 0
M

SolidSolidCutUtils.AddCutBetweenSolids(Document, Element, Element, Boolean)

Description:
Adds a solid-solid cut for the two elements with the option to control splitting of faces of the cutting solid.
Overloads (2):
AddCutBetweenSolids(Document,Element,Element,Boolean)

public static void AddCutBetweenSolids(
	Document document,
	Element solidToBeCut,
	Element cuttingSolid,
	bool splitFacesOfCuttingSolid
)

Loading…