Click or drag to resize
AB4D logo

PlaneMesh3D Constructor

Constructor

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public PlaneMesh3D(
	Point3D centerPosition,
	Vector3D planeNormal,
	Vector3D planeHeightDirection,
	Size size,
	int widthSegments,
	int heightSegments
)

Parameters

centerPosition  Point3D
center position of the plane
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
widthSegments  Int32
number of segments in the width direction
heightSegments  Int32
number of segments in the height direction
See Also