Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Plane.Set3Points

Set3Points(a: Vector3, b: Vector3, c: Vector3): void;
void Set3Points(Vector3 a, Vector3 b, Vector3 c);
def Set3Points(a as Vector3, b as Vector3, c as Vector3) as void

Parameters

aFirst point in clockwise order.
bSecond point in clockwise order.
cThird point in clockwise order.

Description

Sets a plane using three points that lie within it. The points go around clockwise as you look down on the top surface of the plane.