Click or drag to resize
AB4D logo

Model3DFactoryCreatePlane Method

Creates customly aligned 3D plane.

Namespace: Ab3d.Models
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static GeometryModel3D CreatePlane(
	Point3D centerPosition,
	Vector3D planeNormal,
	Vector3D planeHeightDirection,
	Size size,
	int width_cells_count,
	int length_cells_count,
	Material material
)

Parameters

centerPosition  Point3D
plane center position
planeNormal  Vector3D
Vector3D that is perpendicular to the plane
planeHeightDirection  Vector3D
Vector3D that defines the direction of the height (used in size)
size  Size
size of the plane
width_cells_count  Int32
cells count in width direction
length_cells_count  Int32
cells count in height direction
material  Material
material

Return Value

GeometryModel3D
3D Plane model as GeometryModel3D
See Also