OmniGraph Node omni.graph.ui.DrawDebugCurve

omni.graph.ui.DrawDebugCurve Properties

Name

Value

Version

1

Extension

omni.graph.ui

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

tests

uiName

Draw Debug Curve

__categories

debug

__exclusions

tests

__language

Python

Generated Class Name

OgnDrawDebugCurveDatabase

Python Module

omni.graph.ui

omni.graph.ui.DrawDebugCurve Description

Given a set of curve points, draw a curve in the viewport

omni.graph.ui.DrawDebugCurve Inputs

Name

Type

Default

Required?

Descripton

inputs:closed

bool

False

Y

When true, connect the last point to the first

uiName

Closed

inputs:color

colorf[3]

[0.0, 0.0, 0.0]

Y

The color of the curve

uiName

Color

inputs:curvepoints

double[3][]

[]

Y

The curve to be drawn

uiName

Curve Points

inputs:execIn

execution

None

Y

Execution input

uiName

In

omni.graph.ui.DrawDebugCurve Outputs

Name

Type

Default

Required?

Descripton

outputs:execOut

execution

None

Y

Execution Output

uiName

Out