VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.ThreeD.ObjectFactory Member List

This is the complete list of members for VectSharp.ThreeD.ObjectFactory, including all inherited members.

CreateCube(Point3D center, double size, IEnumerable< IMaterial > fill, string tag=null, int zIndex=0)VectSharp.ThreeD.ObjectFactorystatic
CreateCuboid(Point3D center, double sizeX, double sizeY, double sizeZ, IEnumerable< IMaterial > fill, string tag=null, int zIndex=0)VectSharp.ThreeD.ObjectFactorystatic
CreatePoints(IEnumerable< Element3D > object3D, Colour colour, double diameter=1, string tag=null, int zIndex=0)VectSharp.ThreeD.ObjectFactorystatic
CreatePolygon(GraphicsPath polygon2D, double triangulationResolution, Point3D origin, NormalizedVector3D xAxis, NormalizedVector3D yAxis, bool reverseTriangles, IEnumerable< IMaterial > fill, string tag=null, int zIndex=0)VectSharp.ThreeD.ObjectFactorystatic
CreatePrism(GraphicsPath polygonBase2D, double triangulationResolution, Point3D bottomOrigin, Point3D topOrigin, NormalizedVector3D baseXAxis, NormalizedVector3D baseYAxis, IEnumerable< IMaterial > fill, string tag=null, int zIndex=0)VectSharp.ThreeD.ObjectFactorystatic
CreateRectangle(Point3D point1, Point3D point2, Point3D point3, Point3D point4, IEnumerable< IMaterial > fill, string tag=null, int zIndex=0)VectSharp.ThreeD.ObjectFactorystatic
CreateRectangle(Point3D point1, Point3D point2, Point3D point3, Point3D point4, NormalizedVector3D point1Normal, NormalizedVector3D point2Normal, NormalizedVector3D point3Normal, NormalizedVector3D point4Normal, IEnumerable< IMaterial > fill, string tag=null, int zIndex=0)VectSharp.ThreeD.ObjectFactorystatic
CreateSphere(Point3D center, double radius, int steps, IEnumerable< IMaterial > fill, string tag=null, int zIndex=0)VectSharp.ThreeD.ObjectFactorystatic
CreateTetrahedron(Point3D center, double radius, IEnumerable< IMaterial > fill, string tag=null, int zIndex=0)VectSharp.ThreeD.ObjectFactorystatic
CreateWireframe(IEnumerable< Element3D > object3D, Colour colour, double thickness=1, LineCaps lineCap=LineCaps.Butt, LineDash? lineDash=null, string tag=null, int zIndex=0)VectSharp.ThreeD.ObjectFactorystatic