Interface SetTcpNode

ProgramNode is the base of all derived programNodes

Hierarchy

Properties

allowsChildren?: boolean
isSuppressed?: boolean
lockChildren?: boolean
parameters: {
    centerOfGravity: {
        cx: TabInputModel<Length>;
        cy: TabInputModel<Length>;
        cz: TabInputModel<Length>;
    };
    payload: TabInputModel<Mass>;
    setPayloadAndCoG: boolean;
    setTcp: boolean;
    tcp: {
        rx: TabInputModel<Angle>;
        ry: TabInputModel<Angle>;
        rz: TabInputModel<Angle>;
        x: TabInputModel<Length>;
        y: TabInputModel<Length>;
        z: TabInputModel<Length>;
    };
}

Type declaration

type: SET_TCP
version: string

Generated using TypeDoc