 |
Create 3D Kuen Surface using interactive HPlotMX
Source code name: "canvas3D_hplotmx2.py"
Programming language: Python
Topic: Plots/3D
DMelt Version 1. Last modified: 08/29/2015. License: Pro
https://datamelt.org/code/cache/canvas3D_hplotmx2_5298.py
To run this script using the DMelt IDE,
copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.
from jhplot import *
from vmm3d.surface.parametric import Torus, KuenSurface
c1=HPlotMX()
ks=KuenSurface() # create Kuen Surface
c1.draw(ks)
# ks=Torus() # create torus
# c1.draw(ks)
c1.visible()
You see the box below because you did not login.