X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fhtml%2FINPUT%2FHTML%2FSMESH_Gen.html;fp=doc%2Fhtml%2FINPUT%2FHTML%2FSMESH_Gen.html;h=03b96aba2dab7432740609ae8165ec8adb7abd20;hp=0000000000000000000000000000000000000000;hb=0e247676963ead2850554d57f5a3098fde48ebb9;hpb=b5c3be7eba28cb6dc3a2b9255b6fcfb3c5d5c58d diff --git a/doc/html/INPUT/HTML/SMESH_Gen.html b/doc/html/INPUT/HTML/SMESH_Gen.html new file mode 100644 index 000000000..03b96aba2 --- /dev/null +++ b/doc/html/INPUT/HTML/SMESH_Gen.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
interface SMESH_Gen
IDL file
Python
SMESH_Hypothesis CreateHypothesis ( in string anHyp, in long studyId )
return_value = CreateHypothesis ( anHyp, studyId )
SMESH_Mesh Init ( in GEOM_Gen geomEngine, in long studyId, in GEOM_Shape aShape )
return_value = Init ( geomEngine, studyId, aShape )
boolean Compute ( in SMESH_Mesh aMesh, in GEOM_Shape aSubShape )
return_value = Compute ( aMesh, aSubShape )
boolean IsReadyToCompute ( in SMESH_Mesh aMesh, in GEOM_Shape aSubShape )
return_value = IsReadyToCompute ( aMesh, aSubShape )
long_array GetSubShapesId ( in GEOM_Gen geomEngine, in long studyId, in GEOM_Shape mainShape, in shape_array listOfSubShape )
return_value = GetSubShapesId ( geomEngine, studyId, mainShape, listOfSubShape )

+