RAContactsDataMeshColoring
Last update: 23.02.2026class RAContactsDataMeshColoring
Methods:
| Name | Description |
|---|---|
GetAvailableGridFunctions() |
Get a list of all possible values for "GridFunctions". |
GetAvailableGridFunctionsNames() |
Get a list of all possible values for "GridFunctions" names. |
GetContactsColor() |
Get the value of "Node Color". |
GetContactsNetworkColor() |
Get the value of "Contacts Network Color". |
GetContactsNetworkLineWidth() |
Get the value of "Contacts Network Line Width". |
GetContactsNetworkProperty() |
Get the value of "Contacts Network GridFunction". |
GetContactsNetworkVisible() |
Get the value of "Contacts Network Visible". |
GetContactsPointSize() |
Get the value of "Contacts Point Size". |
GetContactsProperty() |
Get the value of "Contacts Property". |
GetContactsVisible() |
Get the value of "Contacts Visible". |
GetValidColoringModes() |
Get a list with all possible coloring modes names. |
SetContactsColor(values) |
Set the values of "Contacts Color". |
SetContactsNetworkColor(values) |
Set the values of "Contacts Network Color". |
SetContactsNetworkLineWidth(value) |
Set the value of "Contacts Network Line Width". |
SetContactsNetworkProperty(value) |
Set the values of "Contacts Network GridFunction". |
SetContactsNetworkVisible(value) |
Set the value of "Contacts Network Visible". |
SetContactsPointSize(value) |
Set the value of "Contacts Point Size". |
SetContactsProperty(value) |
Set the values of "Contacts Property". |
SetContactsVisible(value) |
Set the value of "Contacts Visible". |
GetAvailableGridFunctions()
Get a list of all possible values for “GridFunctions”.
- Returns: The returned set contains the SemanticAssociation of the available Grid Functions.
GetAvailableGridFunctionsNames()
Get a list of all possible values for “GridFunctions” names.
- Returns: The returned set contains the names of the available Grid Functions.
GetContactsColor()
Get the value of “Node Color”.
GetContactsNetworkColor()
Get the value of “Contacts Network Color”.
GetContactsNetworkLineWidth()
Get the value of “Contacts Network Line Width”.
GetContactsNetworkProperty()
Get the value of “Contacts Network GridFunction”.
GetContactsNetworkVisible()
Get the value of “Contacts Network Visible”.
GetContactsPointSize()
Get the value of “Contacts Point Size”.
GetContactsProperty()
Get the value of “Contacts Property”.
GetContactsVisible()
Get the value of “Contacts Visible”.
GetValidColoringModes()
Get a list with all possible coloring modes names.
- Returns: The returned values will be a combination of [‘Contacts’, ‘Contacts Network’]
SetContactsColor(values: tuple[float, float, float])
Set the values of “Contacts Color”.
- Parameters: values – The values to set. The values must be a tuple of floats. Must have exactly 3 elements.
SetContactsNetworkColor(values: tuple[float, float, float])
Set the values of “Contacts Network Color”.
- Parameters: values – The values to set. The values must be a tuple of floats. Must have exactly 3 elements.
SetContactsNetworkLineWidth(value: float)
Set the value of “Contacts Network Line Width”.
- Parameters: value – The value to set. This value must be a float type.
SetContactsNetworkProperty(value: type[SemanticAssociation] | str | None)
Set the values of “Contacts Network GridFunction”.
- Parameters: value – The value to set. The value can be heterogeneous, it can be a SemanticAssociation, a str of its name or None for solid colors.
SetContactsNetworkVisible(value: bool)
Set the value of “Contacts Network Visible”.
- Parameters: value – The value to set.
SetContactsPointSize(value: float)
Set the value of “Contacts Point Size”.
- Parameters: value – The value to set. This value must be a float type.
SetContactsProperty(value: type[SemanticAssociation] | str | None)
Set the values of “Contacts Property”.
- Parameters: value – The value to set. The value can be heterogeneous, it can be a SemanticAssociation, a str of its name or None for solid colors.
SetContactsVisible(value: bool)
Set the value of “Contacts Visible”.
- Parameters: value – The value to set.