Class GroupDescriptor
GroupDescriptor stores the group information attached to SystemGraph assets.
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public class GroupDescriptor
Fields
| Name | Description |
|---|---|
| nodesInGroup | The nodes in that group |
| serializedGroup | The serialized group |
Methods
| Name | Description |
|---|---|
| GetPosition() | Compute rect according to all nodes in the group |
| MovePosition(float, float) | Move position of nodes in the group by x,y |
| SetPosition(Rect) | Sets the position. |