.. _auto_vector_createfromcurve: *VECTOR CREATEFROMCURVE* ======================== Converts a named curve object into a vector for use in downstream workflow steps. Provide the curve's name to extract its data as a reusable vector. Use this worker when a curve-typed result needs to be passed to a vector-expecting input. When to use ----------- Classification: **process**. Tagged: ``conversion``, ``createfromcurve``, ``curve``, ``transform``, ``vector``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Name Of The Curve - nameofthe_curve - vector - — - - The named curve object to convert into a vector; supply the curve identifier (string name) as it appears in the workflow context — leave blank if the curve will be wired directly from an upstream output. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - vector_createfromcurve_output_1 - vector_createfromcurve_output_1 - vector - Vector representation of the input curve's data, ready for consumption by any downstream worker that expects a vector type. Disciplines ----------- - data.curve.transform .. raw:: html
Auto-generated from transformation schema. Worker id: vector_createfromcurve. Schema hash: 9e92bb94e32d. Hand-curated docs in workerexamples/ override this page when present.