Methods
editSurface(id, surfaceSpec)
Finalizes the surface card with value specified in the surfaceSpec
Parameters:
| Name | Type | Description |
|---|---|---|
id | String | Id of the surface generated by StateManager |
surfaceSpec | Object | Different value of the surface menu |
- Source
getSymmetries() → {Array.<Matrix4>}
Returns list of rotational/translational matrices if there is BIOMT data
Otherwise returns a list of just the ID matrix
- Source
Returns:
- Type:
- Array.<Matrix4>
setSymmetries(list)
Sets symmetries based on specified matrices in list
Parameters:
| Name | Type | Description |
|---|---|---|
list | Array.<Matrix4> |
- Source