StreamTube

  • Noor Akbar
    Likes 0

    Problem Description

    Plot tube using Plotly like three.js
    plot tube using position and radius of start point and endpoint, the param is like:
    Starpoint:{
    y:0,
    z:0,
    radius:5
    }
    endPoint:
    {x:10,
    y:o,
    z:O,
    radius:30
    ;}
    The position and radius Of Start point and endpoint can bu adjusted, the plot will be accurate

     

Login to reply