]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d/src/org/simantics/plant3d/scenegraph/TurnComponent.java
SCL function for connecting pipeline components
[simantics/3d.git] / org.simantics.plant3d / src / org / simantics / plant3d / scenegraph / TurnComponent.java
index 4f787b8c2a3f91b788d10e7c250c4812f04bdd71..e8779985ae6b44622b62dd166fb260d61200a376 100644 (file)
@@ -102,11 +102,6 @@ public class TurnComponent extends PipelineComponent {
                return getControlPoint().getTurnAxis();
        }
        
-       @Override
-       public Vector3d getNormal() {
-               return getTurnAxis();
-       }
-       
        @RelatedGetValue(Plant3D.URIs.HasRotationAngle)
     @GetPropertyValue(name="Rotation Angle", value=Plant3D.URIs.HasRotationAngle, tabId = "Default")
     public Double getRotationAngle() {