Vertex Viewer SDK
    Preparing search index...

    Interface CrossSectioning

    interface CrossSectioning {
        highlightColor?: Color.Color;
        lineWidth?: number;
        sectionPlanes: SectionPlane[];
    }
    Index
    highlightColor?: Color.Color

    The color to display the cross section lines with.

    lineWidth?: number

    The width to display the cross section lines with. This value corresponds to approximately half the width of the line in pixels.

    sectionPlanes: SectionPlane[]