MLightCAD
    Preparing search index...
    interface AcEdOsnapResolveOptions {
        cursorWcs: AcGeVector2dLike;
        hitRadiusPx?: number;
        lastPoint?: AcGeVector3dLike;
    }
    Index

    Properties

    cursorWcs: AcGeVector2dLike

    WCS point used as the osnap pick and proximity reference.

    hitRadiusPx?: number

    Screen-space pick aperture radius in pixels.

    lastPoint?: AcGeVector3dLike

    Previous point passed to entity osnap queries.