]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.plant3d.ontology/graph/plant3d.pgraph
Plant3D customization
[simantics/3d.git] / org.simantics.plant3d.ontology / graph / plant3d.pgraph
index 8edc9f61e77e31d1ec07dc035e66ac2eb3692d6e..591a34cabb401fa9ea5a2900860cb991cab47275 100644 (file)
@@ -19,9 +19,10 @@ P3D.Node <T G3D.Node
 P3D.Plant <T G3D.RootNode <T P3D.Node
 
 
-P3D.childen <R G3D.children
+P3D.children <R G3D.children
 
 P3D.hasGeometry <R L0.IsWeaklyRelatedTo
+P3D.GeometryProvider <T L0.Entity
    
 P3D.LibraryComponent <T P3D.Node
 
@@ -67,9 +68,13 @@ P3D.VariableAngleTurnComponent <R P3D.PipelineComponentTag
 P3D.SizeChangeComponent <R P3D.PipelineComponentTag
     L0.HasDescription "Component that changes pipe run along main pipeline. (Spec change)" : L0.String
 P3D.OffsetComponent<R P3D.PipelineComponentTag
-    L0.HasDescription "Component that offsets the center of piperun." : L0.String  
+    L0.HasDescription "Component that offsets the center of piperun." : L0.String
+P3D.RotateComponent<R P3D.PipelineComponentTag
+    L0.HasDescription "Inline Component that can be rotated around pipe axis." : L0.String
+P3D.ReverseComponent<R P3D.PipelineComponentTag
+    L0.HasDescription "Inline Component that can be reversed (rotated 180 deg)" : L0.String    
 P3D.CodeComponent <T P3D.PipelineComponentTag
-    L0.HasDescription "Compoenent that cannot be added directly by user" : L0.String
+    L0.HasDescription "Component that cannot be added directly by user" : L0.String
 P3D.NonVisibleComponent <R P3D.PipelineComponentTag
     L0.HasDescription "(Pseudo) Component that cannot bee seen." : L0.String
 
@@ -101,12 +106,13 @@ P3D.HasBranch9 <R P3D.Connects
     
 P3D.HasPipeDiameter <R G3D.hasNonTransformation
     L0.HasRange L0.Double
-//P3D.HasLength <R G3D.hasNonTransformation
-//    L0.HasRange L0.Double
-//P3D.HasTurnAngle <R G3D.hasNonTransformation
-//    L0.HasRange L0.Double
-//P3D.HasRotationAngle <R G3D.hasTransformation
-//    L0.HasRange L0.Double
+P3D.HasRotationAngle <R G3D.hasTransformation
+    L0.HasRange L0.Double
+P3D.HasLength <R G3D.hasNonTransformation
+    L0.HasRange L0.Double
+P3D.HasTurnAngle <R G3D.hasNonTransformation
+    L0.HasRange L0.Double
+
 //P3D.HasOffset <R L0.HasProperty
 //    L0.HasRange L0.Double
 //HasRelativePosition <R HasProperty
@@ -122,21 +128,31 @@ P3D.IsReversed <R L0.HasProperty
 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.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.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
+    L0.HasRange L0.Integer
+
 
 P3D.HasNozzleId <R L0.HasProperty
     L0.HasDomain P3D.Nozzle
     L0.HasRange L0.Integer
+    
+P3D.IsFixedNozzle <R L0.HasProperty
+    L0.HasDescription "Fixed nozzle" : L0.String
+    L0.HasDomain P3D.Nozzle
+    L0.HasRange L0.Boolean
 
 P3D.HasPipeRun <R L0.IsWeaklyRelatedTo
     L0.HasDomain P3D.Nozzle