Create Get Side ProtoFlux Node Page |
m it's -> its |
||
Line 13: | Line 13: | ||
|}} | |}} | ||
Get Side is a ProtoFlux node that converts the provided Node ([[Type:BodyNode|BodyNode]]) from | Get Side is a ProtoFlux node that converts the provided Node ([[Type:BodyNode|BodyNode]]) from its current side to the Side ([[Type:Chirality|Chirality]]) provided. If given a node that is in the center of the body, then it will return a "None" value. If the Side ([[Type:Chirality|Chirality]]) provided is the current side of the provided Node ([[Type:BodyNode|BodyNode]]), no change will occur between the Node ([[Type:BodyNode|BodyNode]]) and the * ([[Type:BodyNode|BodyNode]]) output. | ||
== Inputs == | == Inputs == |
Latest revision as of 11:48, 27 February 2024
Get Side
Body Nodes
Get Side is a ProtoFlux node that converts the provided Node (BodyNode) from its current side to the Side (Chirality) provided. If given a node that is in the center of the body, then it will return a "None" value. If the Side (Chirality) provided is the current side of the provided Node (BodyNode), no change will occur between the Node (BodyNode) and the * (BodyNode) output.
Inputs
Node (BodyNode)
The node to convert to the provided Side (Chirality).
Side (Chirality)
the side to convert Node (BodyNode) to.
Outputs
* (BodyNode)
The provided Node (BodyNode) converted to the provided Side (Chirality).
Examples
-
Example of the Get Side index being used in some ProtoFlux code.