]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d.ontology/graph/plant3d.pgraph
Allow multiple radii for turns.
[simantics/3d.git] / org.simantics.plant3d.ontology / graph / plant3d.pgraph
index 7d0e4976891f8d807d24af669a6e56e704494ea8..5621443ec380e1dc77feb9f8f956dd524e17d15b 100644 (file)
@@ -113,32 +113,24 @@ P3D.HasLength <R G3D.hasNonTransformation
 P3D.HasTurnAngle <R G3D.hasNonTransformation
     L0.HasRange L0.Double
 
-//P3D.HasOffset <R L0.HasProperty
-//    L0.HasRange L0.Double
-//HasRelativePosition <R HasProperty
-//    HasRange [Position]
-//HasRelativeDirection <R HasProperty
-//    HasRange [Tuple3]
-//HasDirection <R HasProperty
-//    HasRange [Tuple3]  
+
 P3D.HasTurnRadius <R G3D.hasNonTransformation
-    L0.HasRange L0.Double   
+    L0.HasRange L0.Double
+    @L0.tag L0.Deprecated
+P3D.HasTurnRadiusArray <R G3D.hasNonTransformation
+    L0.HasRange L0.DoubleArray
+P3D.HasTurnRadiusIndex <R G3D.hasNonTransformation
+    L0.HasRange L0.Integer
 P3D.IsReversed <R L0.HasProperty
     L0.HasRange L0.Boolean
 P3D.HasTurnAxis <R G3D.hasTransformation
     L0.HasRange G3D.Tuple3D
     
-//P3D.HasNozzleDefinition <R L0.HasProperty
-//    L0.HasDomain P3D.Equipment
-//    L0.HasRange P3D.Nozzle
-//    L0.HasDescription "This relation is used to connect nozzles to equipment in the template. For instantiated equipment nozzles must be connected with HasNozzle relation." : L0.String  
 P3D.HasNozzle <R G3D.children
     L0.InverseOf P3D.NozzleOf
     L0.HasDomain P3D.Equipment
     L0.HasRange P3D.Nozzle
     L0.HasDescription "Used to connect nozzles to equipment." : L0.String
-//P3D.HasNozzleRestriction <R L0.HasProperty
-//    L0.HasDescription "Used in template equipment to restrict amount of nozzles. If template has as many nozzleDefinitions that maximum count in this restriction, user cannot add new nozzles to the equipment instance." : L0.String
 P3D.HasFixedNozzles <R L0.HasProperty
     L0.HasDescription "Number of fixed nozzles" : L0.String
     L0.HasDomain P3D.Equipment