Method Transform
Transform(IExplicitShape<GridPoint3>)
Transforms the specified input into the output.
public override IExplicitShape<GridPoint3> Transform(IExplicitShape<GridPoint3> input)Parameters
- inputIExplicitShape<GridPoint3>
- The input. 
Returns
- IExplicitShape<GridPoint3>
- TOutput. 
Remarks
Override this method to modify this node's behaviour.
Exceptions
- NotImplementedException
- Not implemented by the derived type.