Curve Tube ST
Compute curve tube ST values. S and T refer to the parameters in the 2-dimensional surface space of the tube.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Columns (inputs:cols) |
|
Columns of the tubes. |
[] |
Curve Vertex Counts (inputs:curveVertexCounts) |
|
Vertex counts for each curve frame. Must have the same number of elements as ‘Curve Vertex Starts’. |
[] |
Curve Vertex Starts (inputs:curveVertexStarts) |
|
Vertex index starting points for each curve frame. Must have the same number of elements as ‘Curve Vertex Counts’. |
[] |
Scale T Like S (inputs:scaleTLikeS) |
|
If true then scale T the same as S. |
False |
T Values (inputs:t) |
|
T values of the tubes. |
[] |
Tube Quad Starts (inputs:tubeQuadStarts) |
|
Vertex index values for the tube quad starting points. |
[] |
Tube ST Starts (inputs:tubeSTStarts) |
|
Vertex index values for the tube ST starting points. |
[] |
Tube Widths (inputs:width) |
|
Width of tube positions, if scaling T like S. |
[] |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
ST Values (outputs:primvars:st) |
|
Array of computed ST values. |
None |
ST Indices (outputs:primvars:st:indices) |
|
Array of computed ST indices. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.CurveTubeST |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Curve Tube ST |
Categories |
geometry:generator |
Generated Class Name |
OgnCurveTubeSTDatabase |
Python Module |
omni.graph.nodes |