generate_plane

Contents

generate_plane#

generate_plane(normal: VectorLike[float], origin: VectorLike[float])[source]#

Return a vtkPlane.

Parameters:
normalsequence[float]

Three item sequence representing the normal of the plane.

originsequence[float]

Three item sequence representing the origin of the plane.

Returns:
vtkPlane

VTK plane.