in string theSubMeshName,
in string theNewName);
- /*!
- * Creates a VISU 3D presentation according to the given type
- * \param theType Type that defines what kind of 3D presentation should be created
- */
- Prs3d CreatePrs3d(in VISUType theType, in SALOMEDS::Study theStudy);
-
/*!
* Creates a mesh on the basis of the data generated in other sources (MED object or file).
* \param theResult Data generated in other sources. (MED object or file)
return myVisuGen->MeshOnEntity(theResult,theMeshName,theEntity);
}
- Prs3d_ptr VISU_Gen_i::CreatePrs3d(VISUType theType,
- SALOMEDS::Study_ptr theStudy)
- {
- return myVisuGen->CreatePrs3d(theType,theStudy);
- }
-
Mesh_ptr VISU_Gen_i::FamilyMeshOnEntity(Result_ptr theResult,
const char* theMeshName,
VISU::Entity theEntity,
virtual Result_ptr ImportMed(SALOMEDS::SObject_ptr theMedSObject);
virtual Result_ptr ImportMedField(SALOME_MED::FIELD_ptr theField);
- Prs3d_ptr
- CreatePrs3d(VISUType theType,
- SALOMEDS::Study_ptr theStudy);
-
//Create Presentation Of Submeshes
virtual Mesh_ptr MeshOnEntity(Result_ptr theResult, const char* theMeshName, VISU::Entity theEntity);
virtual Mesh_ptr FamilyMeshOnEntity(Result_ptr theResult, const char* theMeshName,