Create a plane through three points
ID
tool-vector-plane-by-3pnt
Name
Plane By 3Pnt
Group
Vector
Package
Example
Keywords
After creating a node, connect the origin of the plane to the first port, the X-direction point to the second port, and the orientation point to the third port. On the output ports, you will get the plane definition.
Plane By 2 Lines
Construct Plane
PlaneXY
PlaneXZ
PlaneYZ
Plane By Normal\
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
origin | Point | Origin of plane | Vector([10, 10, 0]) |
pointA | Point | X-direction point | Vector([20, 0, 0]) |
pointB | Point | Orientation point | Vector([0, 20, 20]) |
Outputs
Name | Type | Description |
---|---|---|
plane | Plane | Constructed plane |