|  | 
| TrapezoidMesh3D(Point3D, Size, Point3D, Size) Constructor | 
            Constructor with default values for sizeWidthVector3D and sizeHeightVector3D to create an upright trapezoid.
            
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
 Syntax
Syntaxpublic TrapezoidMesh3D(
	Point3D bottomCenterPosition,
	Size bottomSize,
	Point3D topCenterPosition,
	Size topSize
)
Parameters
- bottomCenterPosition  Point3D
- center position of the bottom rectangle
- bottomSize  Size
- 2D size of the bottom rectangle
- topCenterPosition  Point3D
- center position of the top rectangle
- topSize  Size
- 2D size of the top rectangle
 See Also
See Also