ModelNodePart

fun ModelNodePart(nodeOverride: String)

Construct a simple ModelNodePart with one node override id, it will be used as the feature state id for updating this node.

Parameters

nodeOverride

the associated node id from the model that is overridable.


fun ModelNodePart(featureStateId: String, nodeOverrides: List<String>)

Parameters

featureStateId

the unique feature state id to drive the associated part overrides in nodeOverrides.

nodeOverrides

the associated node ids from the model that is overridable.