#============================================================* # test create cylinder using points * #============================================================* # set units #---------- units units scale name = mass uname = reducedMass value = 10000.0 # open pdb file #-------------- database open name = neck_xform format = pdb file = ../../data/neck_xform.pdb # read molecule #-------------- molecule read database = neck_xform name = m1 model = 1 type = protein # create domains domain create hc = C domain hc backbone color = [ 0.6 0.6 0.6 ] width = 2 show # create cylinder #---------------- solid create name = cyl4 type = cylinder \ radius = 0.1 \ point1 =[ -0.0220243 0.190928 0.451484] \ point2 =[ 1.84674 3.04085 2.36652 ] \ color = [ 1 1 0 ] \ show = true