Get Locations At Distances On Curve
DEPRECATED: Use GetLocationAtDistanceOnCurve2
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Curve (inputs:curve) |
|
The curve to be examined |
[] |
Distances (inputs:distance) |
|
The distances along the curve, wrapped to the range 0-1.0 |
[] |
Forward (inputs:forwardAxis) |
|
The direction vector from which the returned rotation is relative, one of X, Y, Z |
X |
Up (inputs:upAxis) |
|
The world Up vector, the curve should be in a plane perpendicular with this - one of X, Y, Z |
Y |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Locations on curve at the given distances in world space (outputs:location) |
|
Locations |
None |
World space orientations of the curve at the given distances, may not be smooth for some curves (outputs:orientation) |
|
Orientations |
None |
World space rotations of the curve at the given distances, may not be smooth for some curves (outputs:rotateXYZ) |
|
Rotations |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.GetLocationAtDistanceOnCurve |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
hidden |
true |
uiName |
Get Locations At Distances On Curve |
__tokens |
[“x”, “y”, “z”, “X”, “Y”, “Z”] |
Categories |
internal |
Generated Class Name |
OgnGetLocationAtDistanceOnCurveDatabase |
Python Module |
omni.graph.nodes |