Click or drag to resize
AB4D logo

ExtensionsGetCorners(Rect3D, Point3D) Method

Retrieves the eight corners of the Rect3D and sets them into the specified corners array.

Namespace: Ab3d
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static void GetCorners(
	this Rect3D bounds,
	Point3D[] corners
)

Parameters

bounds  Rect3D
bounding box as Rect3D
corners  Point3D
array with 8 Point3D elements

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Rect3D. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also