|
ExtensionsGetCorners(Rect3D) Method |
Retrieves the eight corners of the Rect3D.
Namespace: Ab3dAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static Point3D[] GetCorners(
this Rect3D bounds
)
Parameters
- bounds Rect3D
- bounding box as Rect3D
Return Value
Point3DAn array of Point3D representing the eight corners of the Rect3D.
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