PXC Documentation

PXC Home

Plot Path

pre 1.18

Create path from parametric equations.

Node Data

Display name

Plot Path

Internal name

Node_Path_Plot

Inheritances

Node_Path_Plot

Inputs

Variable

vec2

Origin

vec2

Input Scale

vec2

Input Shift

vec2

Output Scale

Equation

enum

Coordinate

enum

Equation Type

text

0 Function

text

1 Function

range

Range

Weight

bool

Use Weight

text

W(X)

3D

bool

3D

text

Z(X)

Outputs

pathnode

Path


Create path from equation(s).



Properties


Variable
OriginPath origin point.
Input ScaleScale of input parameters in the function (domain).
Input ShiftShift input parameters.
Output ScaleScale the output value from the function.
Equation
CoordinateFunction coordinate system.
Equation TypeType of equations (y = f(x) or parametric x = f(t), y = f(t) type).
Weight
WeightAdd another function to drive path weight.
3D
3DAdd another function to control path Z position.



Commit History


1.13.8
  • Introduced

Related Links