<Code Lib>
2027 Method
Changes 0
M

InstanceVoidCutUtils.InstanceVoidCutExists

Description:
Check whether the instance is cutting the element

public static bool InstanceVoidCutExists(
	Element element,
	Element cuttingInstance
)

  • element
    The element being cut
  • cuttingInstance
    The cutting family instance
Return Value Boolean Returns true if the instance is cutting the element.

Loading…