#coding=utf-8 import rhinoscriptsyntax as rs import math #导入rhinoscriptsyntax模块以及math模块 a_radius=input("please enter a_radius:") b_radius=input("please enter b_radius:") FloorHeight=input("Please enter floor height of the building:") FloorNumber=input("Please enter the floor numbe ...