import bpy
# First cylinder at (0, 30, 0)
bpy.ops.mesh.primitive_cylinder_add(radius=0.5, depth=60, location=(0, 30, 0))
# Second cylinder at (0, -30, 0)
bpy.ops.mesh.primitive_cylinder_add(radius=0.5, depth=60, location=(0, -30, 0))
bbb
aaa 参考 2023年3月26日日曜日 製作 002b 未来光円錐の方向 線路レールで https://ia2023sha.blogspot.com/2023/03/002b.html import bpy import math zion_co...