Create Tube Topology

Creates the face vertex counts and indices describing a tube topology with the given number of rows and columns.

Installation

To use this node enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Column Array (inputs:cols)

int[]

Array of columns in the topology to be generated

[]

Row Array (inputs:rows)

int[]

Array of rows in the topology to be generated

[]

Outputs

Name

Type

Descripton

Default

Face Vertex Counts (outputs:faceVertexCounts)

int[]

Array of vertex counts for each face in the tube topology

None

Face Vertex Indices (outputs:faceVertexIndices)

int[]

Array of vertex indices for each face in the tube topology

None

Metadata

Name

Value

Unique ID

omni.graph.nodes.CreateTubeTopology

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Create Tube Topology

Categories

geometry:generator

Generated Class Name

OgnCreateTubeTopologyDatabase

Python Module

omni.graph.nodes