Skip to main content

Rocky PrePost scripting 2026 R1

RAJointsDataMeshColoring

Last update: 23.02.2026

class RAJointsDataMeshColoring

Methods:

Name Description
GetAvailableGridFunctions() Get a list of all possible values for "GridFunctions".
GetAvailableGridFunctionsNames() Get a list of all possible values for "GridFunctions" names.
GetJointsColor() Get the value of "Node Color".
GetJointsConnectivityColor() Get the value of "Joints Connectivity Color".
GetJointsConnectivityLineWidth() Get the value of "Joints Connectivity Line Width".
GetJointsConnectivityProperty() Get the value of "Joints Connectivity GridFunction".
GetJointsConnectivityVisible() Get the value of "Joints Connectivity Visible".
GetJointsPointSize() Get the value of "Joints Point Size".
GetJointsProperty() Get the value of "Joints Property".
GetJointsVisible() Get the value of "Joints Visible".
GetValidColoringModes() Get a list with all possible coloring modes names.
SetJointsColor(values) Set the values of "Joints Color".
SetJointsConnectivityColor(values) Set the values of "Joints Connectivity Color".
SetJointsConnectivityLineWidth(value) Set the value of "Joints Connectivity Line Width".
SetJointsConnectivityProperty(value) Set the values of "Joints Connectivity GridFunction".
SetJointsConnectivityVisible(value) Set the value of "Joints Connectivity Visible".
SetJointsPointSize(value) Set the value of "Joints Point Size".
SetJointsProperty(value) Set the values of "Joints Property".
SetJointsVisible(value) Set the value of "Joints 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.

GetJointsColor()

Get the value of “Node Color”.

GetJointsConnectivityColor()

Get the value of “Joints Connectivity Color”.

GetJointsConnectivityLineWidth()

Get the value of “Joints Connectivity Line Width”.

GetJointsConnectivityProperty()

Get the value of “Joints Connectivity GridFunction”.

GetJointsConnectivityVisible()

Get the value of “Joints Connectivity Visible”.

GetJointsPointSize()

Get the value of “Joints Point Size”.

GetJointsProperty()

Get the value of “Joints Property”.

GetJointsVisible()

Get the value of “Joints Visible”.

GetValidColoringModes()

Get a list with all possible coloring modes names.

  • Returns: The returned values will be a combination of [‘Joints’, ‘Joints Connectivity’]

SetJointsColor(values: tuple[float, float, float])

Set the values of “Joints Color”.

  • Parameters: values – The values to set. The values must be a tuple of floats. Must have exactly 3 elements.

SetJointsConnectivityColor(values: tuple[float, float, float])

Set the values of “Joints Connectivity Color”.

  • Parameters: values – The values to set. The values must be a tuple of floats. Must have exactly 3 elements.

SetJointsConnectivityLineWidth(value: float)

Set the value of “Joints Connectivity Line Width”.

  • Parameters: value – The value to set. This value must be a float type.

SetJointsConnectivityProperty(value: type[SemanticAssociation] | str | None)

Set the values of “Joints Connectivity 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.

SetJointsConnectivityVisible(value: bool)

Set the value of “Joints Connectivity Visible”.

  • Parameters: value – The value to set.

SetJointsPointSize(value: float)

Set the value of “Joints Point Size”.

  • Parameters: value – The value to set. This value must be a float type.

SetJointsProperty(value: type[SemanticAssociation] | str | None)

Set the values of “Joints 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.

SetJointsVisible(value: bool)

Set the value of “Joints Visible”.

  • Parameters: value – The value to set.

Connect with Ansys