"""pipeNetwork Feature
Author: Nathalie Gore
+Remarque : la fonction de partitionnement pour un futur maillage en hexa est désactivée.
"""
-__revision__ = "V02.04"
+__revision__ = "V02.05"
from salome.shaper import model
import ModelAPI
"""Returns ID of the file select parameter."""
return "file_path"
- @staticmethod
- def HEXAS_ID():
- """Returns ID of the radius parameter."""
- return "blocking"
+ #@staticmethod
+ #def HEXAS_ID():
+ #"""Returns ID of the radius parameter."""
+ #return "blocking"
def getKind(self):
"""Override Feature.getKind()"""
"""Override Feature.initAttributes()"""
# Creating the input argument of the feature
self.data().addAttribute(self.FILE_ID(), ModelAPI.ModelAPI_AttributeString_typeId())
- self.data().addAttribute(self.HEXAS_ID(), ModelAPI.ModelAPI_AttributeBoolean_typeId())
+ #self.data().addAttribute(self.HEXAS_ID(), ModelAPI.ModelAPI_AttributeBoolean_typeId())
# Retrieve parent pipe
tooltip="Create"
icon="icons/Addons/pipeNetwork.png"
helpfile="pipeNetworkFeature.html">
- <boolvalue id="blocking"
+<!-- <boolvalue id="blocking"
label="Hexa"
default="false"
tooltip="Partition"
- obligatory="0"/>
+ obligatory="0"/>-->
<file_selector id="file_path" title="Import file" path="">
</file_selector>
</feature>