Require that a shape s1 is disjoint from shape s2, based on the type of the shape, and with an optional padding between them (e.g. if s1 should be disjoint from s2 with margin padding).
s1
s2
padding
Shape 1
Shape 2
Padding (default: 0)
Require that a shape
s1
is disjoint from shapes2
, based on the type of the shape, and with an optionalpadding
between them (e.g. ifs1
should be disjoint froms2
with marginpadding
).