interface SnapPick {
    id?: number;
    model?: Model;
    normal?: Vector3;
    point?: Vector3;
    snapLineEnd?: Vector3;
    snapLineStart?: Vector3;
    snapType?: SnapType;
}

Properties

id?: number
model?: Model
normal?: Vector3
point?: Vector3
snapLineEnd?: Vector3
snapLineStart?: Vector3
snapType?: SnapType