Tool
Surface
Vector
Transform
Primitive Curves
Curve Analysis
Toolset
Triangulation
Boolean Operation
Panels
Solid
Intersection
Text
Image
Analysis
Array
Render
3D Object
Point Oriented
Create a point from plane {u,v,w} coordinates
Details
ID
tool-vector-point-oriented
Name
Point Oriented
Group
Vector
Package
Tool
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
Plane | Plane | Plane defining coordinate space | "XY" |
U | Number | U parameter on plane | 0.2 |
V | Number | V parameter on plane | 0.5 |
W | Number | W parameter on plane (elevation) | 0.5 |
Output ports
Name | Type | Description |
---|---|---|
Point | Vector | Oriented point |
After creating a node, connect the plane-defining coordinate space to the first port. Connect the U and V parameters on a plane to the second and third ports. The W parameter on the plane (elevation) to the fourth port. On the output port, we will get a result oriented point.
Project Point
Point Distance\