User Tools

Site Tools


named_string_map

Description

Defines a mapping between face groups on geometry objects and nodes.

Parent Objects

Properties

Name Description Default Required
id A string representing the name of the selection set. Needs to be unique in the list of selection sets that this selection set belongs to. None yes
mappings An array of string pairs (face group name, node name) that define the mapping. None yes

Example

{
   "id": "Bones",
    "mappings":
    [
        [ string, string ],
        [ string, string ],
        [ string, string ]
        ...
    ]
}