This is the complete list of members for MeshFactory, including all inherited members.
CreateBox(float x1=0, float y1=0, float z1=0, float x2=1, float y2=1, float z2=1, Color? color=null) | MeshFactory | inlinestatic |
CreateCircle(float x, float y, float z, float radius, int nSegments, Color? color=null) | MeshFactory | inlinestatic |
CreateCone(Vec3 a, Vec3 b, int segments, float radius1, float radius2, bool capTop=true, bool capBottom=true, Color? color=null) | MeshFactory | inlinestatic |
CreateCone(float z1, float z2, float radius1, float radius2, int nSegments, bool capBottom=true, bool capTop=true, Color? color=null) | MeshFactory | inlinestatic |
CreateDodecahedron(float radius=1, float cx=0, float cy=0, float cz=0, Color? color=null) | MeshFactory | inlinestatic |
CreateIcosahedron(float radius=1, float cx=0, float cy=0, float cz=0, Color? color=null) | MeshFactory | inlinestatic |
CreateOctahedron(float edgeLen=1, float cx=0, float cy=0, float cz=0, Color? color=null) | MeshFactory | inlinestatic |
CreateQuad(float x1, float y1, float z1, float x2, float y2, float z2, float x3, float y3, float z3, float x4, float y4, float z4, bool flip=false, Color? color=null) | MeshFactory | inlinestatic |
CreateQuad(float dimX, float dimY, float x=0, float y=0, float z=0) | MeshFactory | inlinestatic |
CreateRhombicDodecahedron(float edge_length=1, float cx=0, float cy=0, float cz=0, Color? color=null) | MeshFactory | inlinestatic |
CreateSingleFace(List< Vec3 > vertices) | MeshFactory | inlinestatic |
CreateSphere(float radius=1, float cx=0, float cy=0, float cz=0, int u_res=10, int v_res=10, Color? color=null) | MeshFactory | inlinestatic |
CreateTetrahedron(float size=1, float cx=0, float cy=0, float cz=0, Color? color=null) | MeshFactory | inlinestatic |
CreateTorus(float ringRadius, float tubeRadius, int ringN=16, int tubeN=16, Color? color=null) | MeshFactory | inlinestatic |
CreateTube(Vec3 a, Vec3 b, int segments, float radius) | MeshFactory | inlinestatic |