PolygonClipOperator.InsideClipperTag Property
Gets or sets a value that determines which clipper clips which object.
Syntax
public AttributeVariable< System.String > InsideClipperTag { get; set; }
Property Value
Default: "inside"
A value that determines which clipper polygon clips which object.
Remarks
A tag that may depend on an attribute of each clipper polygon read from ClipperInput. Each clipper polygon clips only objects with the same tag. If InsideClipperTag cannot be evaluated for a clipper, its tag will become the empty string, "".
Platforms
Windows, Linux, Android