Plane3DNormalVector


Computes the normal vector of a line.

Syntax

C++
C#
Python
 
def Plane3DNormalVector(
	inPlane: Plane3D,
	/
)
-> outNormalVector: Vector3D

Parameters

Name Type Default Description
Input value inPlane Plane3D
Output value outNormalVector Vector3D