|
Model3DFactoryCreateHorizontalPlane Method |
Creates a horizontally aligned 3D plane - aligned with X and Z axis.
Namespace: Ab3d.ModelsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static GeometryModel3D CreateHorizontalPlane(
Point3D centerPosition,
Size size,
Material material
)
Parameters
- centerPosition Point3D
- plane center position
- size Size
- size of the plane
- material Material
- material
Return Value
GeometryModel3D3D Plane model as GeometryModel3D
Remarks See Also