OmniGraph Node omni.graph.nodes.CurveToFrame

omni.graph.nodes.CurveToFrame Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Crate Curve From Frame

__categories

geometry:generator

Generated Class Name

OgnCurveFrameDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.CurveToFrame Description

Create a frame object based on a curve description

omni.graph.nodes.CurveToFrame Inputs

Name

Type

Default

Required?

Descripton

inputs:curvePoints

float[3][]

[]

Y

Points on the curve to be framed

uiName

Curve Points

inputs:curveVertexCounts

int[]

[]

Y

Vertex counts for the curve points

uiName

Curve Vertex Counts

inputs:curveVertexStarts

int[]

[]

Y

Vertex starting points

uiName

Curve Vertex Starts

omni.graph.nodes.CurveToFrame Outputs

Name

Type

Default

Required?

Descripton

outputs:out

float[3][]

None

Y

Out vector directions on the curve frame

uiName

Out Vectors

outputs:tangent

float[3][]

None

Y

Tangents on the curve frame

uiName

Tangents

outputs:up

float[3][]

None

Y

Up vectors on the curve frame

uiName

Up Vectors