Show / Hide Table of Contents

    Enum BooleanMode

    Mode to apply a boolean operation

    Namespace: Elements.Geometry
    Assembly: Hypar.Elements.dll
    Syntax
    public enum BooleanMode

    Fields

    Name Description
    Difference

    A and not B

    Intersection

    A and B

    Union

    A or B

    XOr

    Exclusive or — either A or B but not both.