AdaCAD Library Documentation - v1.1.4
    Preparing search index...

    Interface OpParamVal

    this containers the parameters associated with the operation

    the name of the operation input parameter

    the parameters associated with this operation OR child input

    interface OpParamVal {
        param: OperationParam;
        val: OpParamValType;
    }
    Index

    Properties

    Properties