brepjs API Reference
    Preparing search index...

    Interface UrdfDocument

    interface UrdfDocument {
        joints: Joint[];
        links: string[];
        name: string;
    }
    Index

    Properties

    Properties

    joints: Joint[]
    links: string[]
    name: string