Houdini 20.0 Nodes APEX Nodes

sim::CreateSubData

Attaches data to a simulation object or relationship.

On this page
Since 20.0

Inputs

*engine: ApexSimEngine Required

The simulation engine to modify.

rootdata: ApexSimRootDataId

The unique ID of the object or relationship to attach data to.

dataname: String

The name of the new data. This may contain slashes to create nested subdata, e.g. Forces/Gravity.

datatype: String

The name of the data type to create, e.g. SIM_ForceGravity. If this value is empty, SIM_EmptyData is used to create an empty data record.

Tip

In a DOP network, you can use the geometry spreadsheet to inspect the datatype property of any data in the simulation.

avoidnamecollisions: Bool

If enabled and data with the specified name already exists, a unique name will be automatically created.

parms: Dict

A dictionary containing initial values for the data’s Options record.

Outputs

*engine: ApexSimEngine

The modified simulation engine.

See also

APEX Nodes