Cadenza JS
    Preparing search index...

    Interface SnappingOptions

    interface SnappingOptions {
        layer: string | WorkbookLayerPath;
        types?: ("toVertices" | "toEdges" | "lineTracing")[];
    }
    Index

    Properties

    Properties

    layer: string | WorkbookLayerPath

    The layer to snap to

    types?: ("toVertices" | "toEdges" | "lineTracing")[]

    Snapping types; Without this option, the Cadenza default snapping types are used.