Edge Methods
This page lists all built-in edge methods that can be accessed by edge aliases using the dot (.
) operator.
getAttr()
Parameters
Parameter | Description | Data type |
---|---|---|
|
The name of an attribute. This can be a query parameter, constant string, or global string variable. |
Base types: Container types follow the format Type conversion is supported between numerical values and between |
|
The type of the attribute |
|
setAttr()
Description
Sets an attribute of an edge to a new value.
Type conversion is not allowed for setAttr()
.
The input variable types must match the types in the attribute.