예제 #1
0
 public static Mesh Prism(float radius, int segments, float heignt)
 {
     return(MeshDraft.Prism(radius, segments, heignt).ToMesh());
 }