2027 Method
Changes 0
M

SolidSolidCutUtils.RemoveCutBetweenSolids

Description:
Removes the solid-solid cut between the two elements if it exists.
public static void RemoveCutBetweenSolids(
	Document document,
	Element first,
	Element second
)
  • document
    The document containing the two elements
  • first
    The solid being cut or the cutting solid.
  • second
    The solid being cut or the cutting solid.