OmniGraph Node omni.graph.nodes.CreateTubeTopology

omni.graph.nodes.CreateTubeTopology Properties

Name

Value

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

omni.graph.nodes.CreateTubeTopology Description

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

omni.graph.nodes.CreateTubeTopology Inputs

Name

Type

Default

Required?

Descripton

inputs:cols

int[]

[]

Y

Array of columns in the topology to be generated

uiName

Column Array

inputs:rows

int[]

[]

Y

Array of rows in the topology to be generated

uiName

Row Array

omni.graph.nodes.CreateTubeTopology Outputs

Name

Type

Default

Required?

Descripton

outputs:faceVertexCounts

int[]

None

Y

Array of vertex counts for each face in the tube topology

uiName

Face Vertex Counts

outputs:faceVertexIndices

int[]

None

Y

Array of vertex indices for each face in the tube topology

uiName

Face Vertex Indices