IsCuttable
bool IsCuttable(this Element element)True when elements of this category can be cut (e.g., by voids/host cuts).
Parameters
- elementElement
The element instance.
Returns: True if cuttable; otherwise false.
Example
bool cuttable = element.IsCuttable();