Click or drag to resize
AB4D logo

PlaneMesh3DAppendPlaneGeometry3D Method

Appends the plane geometry to the current geometry

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void AppendPlaneGeometry3D(
	MeshGeometry3D geometry
)

Parameters

geometry  MeshGeometry3D
the current geometry that will get additional plane data
See Also