Description:
Find all connected face indices where adjacent face normals meet the criteria of angleRadians and greaterThanAngle
Parameters:
- faceIndex
- Type: int
- face index to start from
- angleRadians
- Type: double
- angle to use for comparison of what is connected
- greaterThanAngle
- Type: bool
- If True angles greater than or equal to are considered connected. If false, angles less than or equal to are considered connected.
Returns:
Type: int
list of connected face indices
Available since:
5.6