Click or drag to resize
AB4D logo

Model3DFactoryCreateVerticalPlane Method

Creates a vertically aligned 3D plane - aligned with X and Y axis.

Namespace: Ab3d.Models
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static GeometryModel3D CreateVerticalPlane(
	Point3D centerPosition,
	Size size,
	Material material
)

Parameters

centerPosition  Point3D
plane center position
size  Size
size of the plane
material  Material
material

Return Value

GeometryModel3D
3D Plane model as GeometryModel3D
Remarks

To create customly aligned plane use CreatePlane(Point3D, Vector3D, Vector3D, Size, Int32, Int32, Material) method.

See Also