mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +05:00
Typo-fix by Kunda
http://www.salome-platform.org/forum/forum_9/884749910
This commit is contained in:
parent
4df93cfed7
commit
0cd035c092
@ -55,7 +55,7 @@ SET(KERNEL_ROOT_DIR $ENV{KERNEL_ROOT_DIR} CACHE PATH "Path to the Salome KERNEL"
|
|||||||
IF(EXISTS ${KERNEL_ROOT_DIR})
|
IF(EXISTS ${KERNEL_ROOT_DIR})
|
||||||
LIST(APPEND CMAKE_MODULE_PATH "${KERNEL_ROOT_DIR}/salome_adm/cmake_files")
|
LIST(APPEND CMAKE_MODULE_PATH "${KERNEL_ROOT_DIR}/salome_adm/cmake_files")
|
||||||
FIND_PACKAGE(SalomeKERNEL REQUIRED)
|
FIND_PACKAGE(SalomeKERNEL REQUIRED)
|
||||||
KERNEL_WITH_CORBA() #check whether KERNEL builded with CORBA
|
KERNEL_WITH_CORBA() #check whether KERNEL built with CORBA
|
||||||
ADD_DEFINITIONS(${KERNEL_DEFINITIONS})
|
ADD_DEFINITIONS(${KERNEL_DEFINITIONS})
|
||||||
INCLUDE_DIRECTORIES(${KERNEL_INCLUDE_DIRS})
|
INCLUDE_DIRECTORIES(${KERNEL_INCLUDE_DIRS})
|
||||||
ELSE(EXISTS ${KERNEL_ROOT_DIR})
|
ELSE(EXISTS ${KERNEL_ROOT_DIR})
|
||||||
@ -123,7 +123,7 @@ IF(SALOME_BUILD_GUI)
|
|||||||
IF(EXISTS ${GUI_ROOT_DIR})
|
IF(EXISTS ${GUI_ROOT_DIR})
|
||||||
LIST(APPEND CMAKE_MODULE_PATH "${GUI_ROOT_DIR}/adm_local/cmake_files")
|
LIST(APPEND CMAKE_MODULE_PATH "${GUI_ROOT_DIR}/adm_local/cmake_files")
|
||||||
FIND_PACKAGE(SalomeGUI)
|
FIND_PACKAGE(SalomeGUI)
|
||||||
SALOME_GUI_WITH_CORBA() #check whether GUI builded with CORBA
|
SALOME_GUI_WITH_CORBA() #check whether GUI built with CORBA
|
||||||
SALOME_GUI_MODE(SALOME_USE_OCCVIEWER SALOME_USE_VTKVIEWER SALOME_USE_SALOMEOBJECT
|
SALOME_GUI_MODE(SALOME_USE_OCCVIEWER SALOME_USE_VTKVIEWER SALOME_USE_SALOMEOBJECT
|
||||||
OPTIONAL SALOME_USE_PLOT2DVIEWER SALOME_USE_GRAPHICSVIEW SALOME_USE_PYCONSOLE)
|
OPTIONAL SALOME_USE_PLOT2DVIEWER SALOME_USE_GRAPHICSVIEW SALOME_USE_PYCONSOLE)
|
||||||
ADD_DEFINITIONS(${GUI_DEFINITIONS})
|
ADD_DEFINITIONS(${GUI_DEFINITIONS})
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<b>Select Color</b> menu accessible by right-clicking on an object and
|
<b>Select Color</b> menu accessible by right-clicking on an object and
|
||||||
selecting \b Color in the pop-up menu box.
|
selecting \b Color in the pop-up menu box.
|
||||||
|
|
||||||
This functionality is avalible only if \em artificial
|
This functionality is available only if \em artificial
|
||||||
\ref material_page "material model" is assigned to the selected shape.
|
\ref material_page "material model" is assigned to the selected shape.
|
||||||
|
|
||||||
\n <b>TUI Command:</b> <em>gg.setColor(ID, Short, Short, Short)</em>
|
\n <b>TUI Command:</b> <em>gg.setColor(ID, Short, Short, Short)</em>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>\ref material_general_description_anchor "General Description"</li>
|
<li>\ref material_general_description_anchor "General Description"</li>
|
||||||
<li>\ref material_opengl_model_anchor "OpenGL ligthing model" </li>
|
<li>\ref material_opengl_model_anchor "OpenGL lighting model" </li>
|
||||||
<li>\ref material_lib_anchor "Materials library"</li>
|
<li>\ref material_lib_anchor "Materials library"</li>
|
||||||
<li>\ref material_anchor "Material properties"</li>
|
<li>\ref material_anchor "Material properties"</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -844,7 +844,7 @@ module GEOM
|
|||||||
GEOM_Object MakeVectorTwoPnt (in GEOM_Object thePnt1, in GEOM_Object thePnt2);
|
GEOM_Object MakeVectorTwoPnt (in GEOM_Object thePnt1, in GEOM_Object thePnt2);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* C\brief reate a line, passing through the given point
|
* \brief Create a line, passing through the given point
|
||||||
* and parallel to the given direction
|
* and parallel to the given direction
|
||||||
* \param thePnt Point. The resulting line will pass through it.
|
* \param thePnt Point. The resulting line will pass through it.
|
||||||
* \param theDir Direction. The resulting line will be parallel to it.
|
* \param theDir Direction. The resulting line will be parallel to it.
|
||||||
@ -872,7 +872,7 @@ module GEOM
|
|||||||
* \brief Create a plane, passing through the three given points
|
* \brief Create a plane, passing through the three given points
|
||||||
* \param thePnt1 First of three points, defining the plane.
|
* \param thePnt1 First of three points, defining the plane.
|
||||||
* \param thePnt2 Second of three points, defining the plane.
|
* \param thePnt2 Second of three points, defining the plane.
|
||||||
* \param thePnt3 Fird of three points, defining the plane.
|
* \param thePnt3 Third of three points, defining the plane.
|
||||||
* \param theTrimSize Half size of a side of quadrangle face, representing the plane.
|
* \param theTrimSize Half size of a side of quadrangle face, representing the plane.
|
||||||
* \return New GEOM_Object, containing the created plane.
|
* \return New GEOM_Object, containing the created plane.
|
||||||
*/
|
*/
|
||||||
@ -4723,7 +4723,7 @@ module GEOM
|
|||||||
void RemoveObject (in GEOM_Object theGroup, in long theSubShapeId);
|
void RemoveObject (in GEOM_Object theGroup, in long theSubShapeId);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Adds to the group all the given shapes. No errors, if some shapes are alredy included.
|
* \brief Adds to the group all the given shapes. No errors, if some shapes are already included.
|
||||||
* \param theGroup is a GEOM group to which the new sub-shapes are added.
|
* \param theGroup is a GEOM group to which the new sub-shapes are added.
|
||||||
* \param theSubShapes is a list of sub-shapes to be added.
|
* \param theSubShapes is a list of sub-shapes to be added.
|
||||||
*/
|
*/
|
||||||
@ -4737,7 +4737,7 @@ module GEOM
|
|||||||
void DifferenceList (in GEOM_Object theGroup, in ListOfGO theSubShapes);
|
void DifferenceList (in GEOM_Object theGroup, in ListOfGO theSubShapes);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \brief Adds to the group all the given shapes. No errors, if some shapes are alredy included.
|
* \brief Adds to the group all the given shapes. No errors, if some shapes are already included.
|
||||||
* \param theGroup is a GEOM group to which the new sub-shapes are added.
|
* \param theGroup is a GEOM group to which the new sub-shapes are added.
|
||||||
* \param theSubShapes is a list of IDs of sub-shapes to be added.
|
* \param theSubShapes is a list of IDs of sub-shapes to be added.
|
||||||
*/
|
*/
|
||||||
|
@ -833,7 +833,7 @@ bool AdvancedEngine_IOperations::GetFacesOnSurf
|
|||||||
aFinder.SetNbPntsMax(100);
|
aFinder.SetNbPntsMax(100);
|
||||||
aFinder.Perform();
|
aFinder.Perform();
|
||||||
|
|
||||||
// Interprete results
|
// Interpret results
|
||||||
Standard_Integer iErr = aFinder.ErrorStatus();
|
Standard_Integer iErr = aFinder.ErrorStatus();
|
||||||
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
||||||
if (iErr) {
|
if (iErr) {
|
||||||
|
@ -124,7 +124,7 @@ AdvancedEngine_PipeTShapeDriver::GetShapesOnBoxIDs(const TopoDS_Shape& aBox,
|
|||||||
aFinder.SetState(theState);
|
aFinder.SetState(theState);
|
||||||
aFinder.Perform();
|
aFinder.Perform();
|
||||||
|
|
||||||
// Interprete results
|
// Interpret results
|
||||||
Standard_Integer iErr = aFinder.ErrorStatus();
|
Standard_Integer iErr = aFinder.ErrorStatus();
|
||||||
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
||||||
if (iErr) {
|
if (iErr) {
|
||||||
@ -207,7 +207,7 @@ Handle(TColStd_HSequenceOfInteger)
|
|||||||
|
|
||||||
aFinder.Perform();
|
aFinder.Perform();
|
||||||
|
|
||||||
// Interprete results
|
// Interpret results
|
||||||
Standard_Integer iErr = aFinder.ErrorStatus();
|
Standard_Integer iErr = aFinder.ErrorStatus();
|
||||||
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
||||||
if (iErr) {
|
if (iErr) {
|
||||||
|
@ -148,7 +148,7 @@ BREPPlugin_IOperations::ImportBREP( const TCollection_AsciiString& theFileName )
|
|||||||
}
|
}
|
||||||
aSeq->Append(anImported);
|
aSeq->Append(anImported);
|
||||||
|
|
||||||
// Greate material groups.
|
// Create material groups.
|
||||||
// MakeMaterialGroups( anImported, aSeq );
|
// MakeMaterialGroups( anImported, aSeq );
|
||||||
}
|
}
|
||||||
catch( Standard_Failure& aFail ) {
|
catch( Standard_Failure& aFail ) {
|
||||||
|
@ -81,7 +81,7 @@ BlocksGUI_QuadFaceDlg::BlocksGUI_QuadFaceDlg (GeometryGUI* theGeometryGUI, QWidg
|
|||||||
createSelWg(tr("EDGE_1"), imageS, myGrp2, Edge12);
|
createSelWg(tr("EDGE_1"), imageS, myGrp2, Edge12);
|
||||||
createSelWg(tr("EDGE_2"), imageS, myGrp2, Edge22);
|
createSelWg(tr("EDGE_2"), imageS, myGrp2, Edge22);
|
||||||
|
|
||||||
// Create fird group
|
// Create third group
|
||||||
myGrp3 = new QGroupBox(tr("GEOM_ARGUMENTS"), centralWidget());
|
myGrp3 = new QGroupBox(tr("GEOM_ARGUMENTS"), centralWidget());
|
||||||
|
|
||||||
createSelWg(tr("EDGE_1"), imageS, myGrp3, Edge14);
|
createSelWg(tr("EDGE_1"), imageS, myGrp3, Edge14);
|
||||||
|
@ -1265,7 +1265,7 @@ Handle(TColStd_HSequenceOfInteger) FindEntries(TCollection_AsciiString& theStrin
|
|||||||
if(c == 58) isFound = Standard_True;
|
if(c == 58) isFound = Standard_True;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isFound && arr[j-2] != 58) { // last char should be a diggit
|
if(isFound && arr[j-2] != 58) { // last char should be a digit
|
||||||
aSeq->Append(i+1); // +1 because AsciiString starts from 1
|
aSeq->Append(i+1); // +1 because AsciiString starts from 1
|
||||||
aSeq->Append(j-1);
|
aSeq->Append(j-1);
|
||||||
}
|
}
|
||||||
@ -1565,7 +1565,7 @@ void ReplaceEntriesByNames (TCollection_AsciiString& theScript,
|
|||||||
theObjListToPublish.Append( anEntry );
|
theObjListToPublish.Append( anEntry );
|
||||||
|
|
||||||
TObjectData& data = aEntry2ObjData[ anEntry ];
|
TObjectData& data = aEntry2ObjData[ anEntry ];
|
||||||
if ( data._pyName.IsEmpty() ) { // encounted for the 1st time
|
if ( data._pyName.IsEmpty() ) { // encountered for the 1st time
|
||||||
if ( !data._name.IsEmpty() ) { // published object
|
if ( !data._name.IsEmpty() ) { // published object
|
||||||
data._pyName = data._name;
|
data._pyName = data._name;
|
||||||
engine->healPyName( data._pyName, anEntry, aNameToEntry);
|
engine->healPyName( data._pyName, anEntry, aNameToEntry);
|
||||||
|
@ -99,7 +99,7 @@ public:
|
|||||||
//Returns the OCAF document by its ID, if document doesn't exists it will be created
|
//Returns the OCAF document by its ID, if document doesn't exists it will be created
|
||||||
Standard_EXPORT Handle(TDocStd_Document) GetDocument(bool force=true);
|
Standard_EXPORT Handle(TDocStd_Document) GetDocument(bool force=true);
|
||||||
|
|
||||||
//Returns the OCAF appliaction
|
//Returns the OCAF application
|
||||||
Standard_EXPORT Handle(TDocStd_Application) GetApplication() { return _OCAFApp; }
|
Standard_EXPORT Handle(TDocStd_Application) GetApplication() { return _OCAFApp; }
|
||||||
|
|
||||||
//Returns a pointer to GEOM_BaseObject defined by a document and the entry
|
//Returns a pointer to GEOM_BaseObject defined by a document and the entry
|
||||||
|
@ -654,7 +654,7 @@ void GEOMAlgo_FinderShapeOn1::InnerPoints(const TopoDS_Face& aF,
|
|||||||
BRepLib_MakeEdge aBME(aP1, aP2);
|
BRepLib_MakeEdge aBME(aP1, aP2);
|
||||||
bIsDone=aBME.IsDone();
|
bIsDone=aBME.IsDone();
|
||||||
if (!bIsDone) {
|
if (!bIsDone) {
|
||||||
myErrorStatus=30; //can not obtain the line fron the link
|
myErrorStatus=30; //can not obtain the line from the link
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
@ -118,7 +118,7 @@ public:
|
|||||||
//! @param theIsVisible [in] the visibility state.
|
//! @param theIsVisible [in] the visibility state.
|
||||||
GEOMGUI_EXPORT void SetIsVisible( const int theIndex, const bool theIsVisible );
|
GEOMGUI_EXPORT void SetIsVisible( const int theIndex, const bool theIsVisible );
|
||||||
|
|
||||||
//! Returns applicationb visibility state of an annotaion definition.
|
//! Returns application visibility state of an annotation definition.
|
||||||
GEOMGUI_EXPORT bool GetIsVisible( const int theIndex ) const;
|
GEOMGUI_EXPORT bool GetIsVisible( const int theIndex ) const;
|
||||||
|
|
||||||
//! Sets annotation label's text.
|
//! Sets annotation label's text.
|
||||||
|
@ -1432,7 +1432,7 @@ void GEOM_Displayer::Redisplay( const SALOME_ListIO& theIOList,
|
|||||||
//=================================================================
|
//=================================================================
|
||||||
/*!
|
/*!
|
||||||
* GEOM_Displayer::Update
|
* GEOM_Displayer::Update
|
||||||
* Update OCC presentaion
|
* Update OCC presentation
|
||||||
* [ Reimplemented from SALOME_Displayer ]
|
* [ Reimplemented from SALOME_Displayer ]
|
||||||
*/
|
*/
|
||||||
//=================================================================
|
//=================================================================
|
||||||
@ -1567,7 +1567,7 @@ void GEOM_Displayer::Update( SALOME_OCCPrs* prs )
|
|||||||
//=================================================================
|
//=================================================================
|
||||||
/*!
|
/*!
|
||||||
* GEOM_Displayer::Update
|
* GEOM_Displayer::Update
|
||||||
* Update VTK presentaion
|
* Update VTK presentation
|
||||||
* [ Reimplemented from SALOME_Displayer ]
|
* [ Reimplemented from SALOME_Displayer ]
|
||||||
*/
|
*/
|
||||||
//=================================================================
|
//=================================================================
|
||||||
|
@ -2263,7 +2263,7 @@ void GeometryGUI::contextMenuPopup( const QString& client, QMenu* menu, QString&
|
|||||||
|
|
||||||
if ( ( client == "OCCViewer" || client == "VTKViewer" ) && lst.Extent() > 0 ) {
|
if ( ( client == "OCCViewer" || client == "VTKViewer" ) && lst.Extent() > 0 ) {
|
||||||
QtxPopupMgr* mgr = popupMgr();
|
QtxPopupMgr* mgr = popupMgr();
|
||||||
//get parrent for submenu
|
//get parent for submenu
|
||||||
QAction* act = mgr->action( mgr->actionId( action( GEOMOp::OpMaterialProperties ) ) );
|
QAction* act = mgr->action( mgr->actionId( action( GEOMOp::OpMaterialProperties ) ) );
|
||||||
//Clear old menu
|
//Clear old menu
|
||||||
QMenu* oldMenu = act->menu() ;
|
QMenu* oldMenu = act->menu() ;
|
||||||
|
@ -639,7 +639,7 @@ void GEOMImpl_Block6Explorer::InitByBlockAndEdges (const TopoDS_Shape& theBlock,
|
|||||||
myEdges(edge_id(1, 2)) = E2_f;
|
myEdges(edge_id(1, 2)) = E2_f;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fird vertex
|
// third vertex
|
||||||
TopoDS_Edge E2 = TopoDS::Edge(myEdges(edge_id(1, 2)));
|
TopoDS_Edge E2 = TopoDS::Edge(myEdges(edge_id(1, 2)));
|
||||||
TopoDS_Vertex V21, V22;
|
TopoDS_Vertex V21, V22;
|
||||||
TopExp::Vertices(E2, V21, V22, Standard_True);
|
TopExp::Vertices(E2, V21, V22, Standard_True);
|
||||||
@ -755,7 +755,7 @@ void GEOMImpl_Block6Explorer::InitByBlockAndVertices (const TopoDS_Shape& theBlo
|
|||||||
myEdges(edge_id(1,2)) = anIterE3.Value();
|
myEdges(edge_id(1,2)) = anIterE3.Value();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// Store the fird edge
|
// Store the third edge
|
||||||
myEdges(edge_id(1,3)) = anIterE3.Value();
|
myEdges(edge_id(1,3)) = anIterE3.Value();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1265,7 +1265,7 @@ TCollection_AsciiString GEOMImpl_Block6Explorer::MakeFace (const TopoDS_Wire&
|
|||||||
return aWarning;
|
return aWarning;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copy the wire, bacause it can be updated with very-very big tolerance here
|
// Copy the wire, because it can be updated with very-very big tolerance here
|
||||||
BRepBuilderAPI_Copy aMC (theWire);
|
BRepBuilderAPI_Copy aMC (theWire);
|
||||||
if (!aMC.IsDone()) return aWarning;
|
if (!aMC.IsDone()) return aWarning;
|
||||||
TopoDS_Wire aWire = TopoDS::Wire(aMC.Shape());
|
TopoDS_Wire aWire = TopoDS::Wire(aMC.Shape());
|
||||||
|
@ -127,7 +127,7 @@ class GEOMImpl_Block6Explorer
|
|||||||
void InitByBlockAndEdges (const TopoDS_Shape& theBlock,
|
void InitByBlockAndEdges (const TopoDS_Shape& theBlock,
|
||||||
const TopoDS_Shape& theEdge1,
|
const TopoDS_Shape& theEdge1,
|
||||||
const TopoDS_Shape& theEdge2);
|
const TopoDS_Shape& theEdge2);
|
||||||
// Init by hexahedral solid, making theEdge1 the first, theEdge2 the fird.
|
// Init by hexahedral solid, making theEdge1 the first, theEdge2 the third.
|
||||||
// First vertex is defined randomly from theEdge1 vertices
|
// First vertex is defined randomly from theEdge1 vertices
|
||||||
// (Picture 1 and Picture 2 shows two possible cases)
|
// (Picture 1 and Picture 2 shows two possible cases)
|
||||||
|
|
||||||
@ -136,7 +136,7 @@ class GEOMImpl_Block6Explorer
|
|||||||
const TopoDS_Shape& theVertex2,
|
const TopoDS_Shape& theVertex2,
|
||||||
const TopoDS_Shape& theVertex3);
|
const TopoDS_Shape& theVertex3);
|
||||||
// Init by hexahedral solid, making theVertex1 the first,
|
// Init by hexahedral solid, making theVertex1 the first,
|
||||||
// theVertex2 the second and theVertex3 the fird vertices.
|
// theVertex2 the second and theVertex3 the third vertices.
|
||||||
|
|
||||||
// Initialization by parts of solid to be built
|
// Initialization by parts of solid to be built
|
||||||
|
|
||||||
|
@ -179,7 +179,7 @@ GEOMImpl_IMeasureOperations::ShapeKind GEOMImpl_IMeasureOperations::KindOfShape
|
|||||||
return SK_LCS;
|
return SK_LCS;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Interprete results
|
// Interpret results
|
||||||
TopAbs_ShapeEnum aType = anInfo.Type();
|
TopAbs_ShapeEnum aType = anInfo.Type();
|
||||||
switch (aType)
|
switch (aType)
|
||||||
{
|
{
|
||||||
|
@ -2644,7 +2644,7 @@ Handle(TColStd_HSequenceOfInteger)
|
|||||||
aFinder.SetState(theState);
|
aFinder.SetState(theState);
|
||||||
aFinder.Perform();
|
aFinder.Perform();
|
||||||
|
|
||||||
// Interprete results
|
// Interpret results
|
||||||
Standard_Integer iErr = aFinder.ErrorStatus();
|
Standard_Integer iErr = aFinder.ErrorStatus();
|
||||||
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
||||||
if (iErr) {
|
if (iErr) {
|
||||||
@ -2836,7 +2836,7 @@ Handle(TColStd_HSequenceOfInteger)
|
|||||||
aFinder.SetState(theState);
|
aFinder.SetState(theState);
|
||||||
aFinder.Perform();
|
aFinder.Perform();
|
||||||
|
|
||||||
// Interprete results
|
// Interpret results
|
||||||
Standard_Integer iErr = aFinder.ErrorStatus();
|
Standard_Integer iErr = aFinder.ErrorStatus();
|
||||||
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
||||||
if (iErr) {
|
if (iErr) {
|
||||||
@ -3335,7 +3335,7 @@ Handle(TColStd_HSequenceOfInteger)
|
|||||||
|
|
||||||
aFinder.Perform();
|
aFinder.Perform();
|
||||||
|
|
||||||
// Interprete results
|
// Interpret results
|
||||||
Standard_Integer iErr = aFinder.ErrorStatus();
|
Standard_Integer iErr = aFinder.ErrorStatus();
|
||||||
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
||||||
if (iErr) {
|
if (iErr) {
|
||||||
@ -4263,7 +4263,7 @@ Handle(TColStd_HSequenceOfInteger)
|
|||||||
|
|
||||||
aFinder.Perform();
|
aFinder.Perform();
|
||||||
|
|
||||||
// Interprete results
|
// Interpret results
|
||||||
Standard_Integer iErr = aFinder.ErrorStatus();
|
Standard_Integer iErr = aFinder.ErrorStatus();
|
||||||
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
// the detailed description of error codes is in GEOMAlgo_FinderShapeOn2.cxx
|
||||||
if (iErr) {
|
if (iErr) {
|
||||||
|
@ -1001,7 +1001,7 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(Handle(TFunction_Logbook)& log) c
|
|||||||
|
|
||||||
anExtractor.Perform();
|
anExtractor.Perform();
|
||||||
|
|
||||||
// Interprete results
|
// Interpret results
|
||||||
Standard_Integer iErr = anExtractor.ErrorStatus();
|
Standard_Integer iErr = anExtractor.ErrorStatus();
|
||||||
|
|
||||||
// The detailed description of error codes is in GEOMAlgo_Extractor.cxx
|
// The detailed description of error codes is in GEOMAlgo_Extractor.cxx
|
||||||
|
@ -408,7 +408,7 @@ def TEST_createAndDeleteShape():
|
|||||||
gst.deleteShape(cylinderStudyEntry)
|
gst.deleteShape(cylinderStudyEntry)
|
||||||
|
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
# At the end of the executioon of this test, you should have in
|
# At the end of the execution of this test, you should have in
|
||||||
# the SALOME session:
|
# the SALOME session:
|
||||||
# - the box, in a dedicated folder of the study, and displayed in the viewer
|
# - the box, in a dedicated folder of the study, and displayed in the viewer
|
||||||
# - the sphere, in the standard place of the study, and not displayed
|
# - the sphere, in the standard place of the study, and not displayed
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#Created :17/02/2005
|
#Created :17/02/2005
|
||||||
#Auhtor :MASLOV Eugeny, KOVALTCHUK Alexey
|
#Author :MASLOV Eugeny, KOVALTCHUK Alexey
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#
|
#
|
||||||
import os
|
import os
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_ObjectInfo.py
|
# File : GEOM_ObjectInfo.py
|
||||||
# Author : Michael ZORIN
|
# Author : Michael ZORIN
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_Partition1.py
|
# File : GEOM_Partition1.py
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
# appel:
|
# appel:
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_Partition2.py
|
# File : GEOM_Partition2.py
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
# import callovo_01_GEOM
|
# import callovo_01_GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_Partition3.py
|
# File : GEOM_Partition3.py
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
# import callovo_01_GEOM
|
# import callovo_01_GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_Partition4.py
|
# File : GEOM_Partition4.py
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
# import couplex2_01_GEOM
|
# import couplex2_01_GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_Partition5.py
|
# File : GEOM_Partition5.py
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
# import gallery_01_GEOM
|
# import gallery_01_GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_Sketcher.py
|
# File : GEOM_Sketcher.py
|
||||||
# Author : Damien COQUERET, Open CASCADE
|
# Author : Damien COQUERET, Open CASCADE
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_usinggeom.py
|
# File : GEOM_usinggeom.py
|
||||||
# Author : Damien COQUERET, Open CASCADE
|
# Author : Damien COQUERET, Open CASCADE
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_example.py
|
# File : GEOM_example.py
|
||||||
# Author : Paul RASCLE, EDF
|
# Author : Paul RASCLE, EDF
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_example2.py
|
# File : GEOM_example2.py
|
||||||
# Author : Paul RASCLE, EDF
|
# Author : Paul RASCLE, EDF
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_example3.py
|
# File : GEOM_example3.py
|
||||||
# Author : Paul RASCLE, EDF
|
# Author : Paul RASCLE, EDF
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_example4.py
|
# File : GEOM_example4.py
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
#
|
#
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_example5.py
|
# File : GEOM_example5.py
|
||||||
# Author : Damien COQUERET, Open CASCADE
|
# Author : Damien COQUERET, Open CASCADE
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_example6.py
|
# File : GEOM_example6.py
|
||||||
# Author : Dmitry MATVEITChEV
|
# Author : Dmitry MATVEITChEV
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_moteur.py
|
# File : GEOM_moteur.py
|
||||||
# Author : Damien COQUERET, Open CASCADE
|
# Author : Damien COQUERET, Open CASCADE
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : GEOM_usinggeom.py
|
# File : GEOM_usinggeom.py
|
||||||
# Author : Damien COQUERET, Open CASCADE
|
# Author : Damien COQUERET, Open CASCADE
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
#Created :17/02/2005
|
#Created :17/02/2005
|
||||||
#Auhtor :KOVALTCHUK Alexey
|
#Author :KOVALTCHUK Alexey
|
||||||
#GUI test scenario :PAL-MESH-019 (geometry part), PAL-MESH-020 (geometry part)
|
#GUI test scenario :PAL-MESH-019 (geometry part), PAL-MESH-020 (geometry part)
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
#
|
#
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#Created :17/02/2005
|
#Created :17/02/2005
|
||||||
#Auhtor :KOVALTCHUK Alexey
|
#Author :KOVALTCHUK Alexey
|
||||||
#GUI test scenario :PAL-MESH-028 (geometry part)
|
#GUI test scenario :PAL-MESH-028 (geometry part)
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#
|
#
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#Created :17/02/2005
|
#Created :17/02/2005
|
||||||
#Auhtor :KOVALTCHUK Alexey
|
#Author :KOVALTCHUK Alexey
|
||||||
#GUI test scenario :PAL-MESH-033 (geometry part)
|
#GUI test scenario :PAL-MESH-033 (geometry part)
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#
|
#
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#Created :15/02/2005
|
#Created :15/02/2005
|
||||||
#Auhtor :KOVALTCHUK Alexey
|
#Author :KOVALTCHUK Alexey
|
||||||
#GUI test scenario :PAL-MESH-035 (geometry part)
|
#GUI test scenario :PAL-MESH-035 (geometry part)
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#
|
#
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : __init__.py
|
# File : __init__.py
|
||||||
# Author : Paul RASCLE, EDF
|
# Author : Paul RASCLE, EDF
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -1772,7 +1772,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
|
|||||||
## Create a plane, passing through the three given points
|
## Create a plane, passing through the three given points
|
||||||
# @param thePnt1 First of three points, defining the plane.
|
# @param thePnt1 First of three points, defining the plane.
|
||||||
# @param thePnt2 Second of three points, defining the plane.
|
# @param thePnt2 Second of three points, defining the plane.
|
||||||
# @param thePnt3 Fird of three points, defining the plane.
|
# @param thePnt3 Third of three points, defining the plane.
|
||||||
# @param theTrimSize Half size of a side of quadrangle face, representing the plane.
|
# @param theTrimSize Half size of a side of quadrangle face, representing the plane.
|
||||||
# @param theName Object name; when specified, this parameter is used
|
# @param theName Object name; when specified, this parameter is used
|
||||||
# for result publication in the study. Otherwise, if automatic
|
# for result publication in the study. Otherwise, if automatic
|
||||||
@ -1789,7 +1789,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
|
|||||||
Parameters:
|
Parameters:
|
||||||
thePnt1 First of three points, defining the plane.
|
thePnt1 First of three points, defining the plane.
|
||||||
thePnt2 Second of three points, defining the plane.
|
thePnt2 Second of three points, defining the plane.
|
||||||
thePnt3 Fird of three points, defining the plane.
|
thePnt3 Third of three points, defining the plane.
|
||||||
theTrimSize Half size of a side of quadrangle face, representing the plane.
|
theTrimSize Half size of a side of quadrangle face, representing the plane.
|
||||||
theName Object name; when specified, this parameter is used
|
theName Object name; when specified, this parameter is used
|
||||||
for result publication in the study. Otherwise, if automatic
|
for result publication in the study. Otherwise, if automatic
|
||||||
@ -13014,7 +13014,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
|
|||||||
RaiseIfFailed("RemoveObject", self.GroupOp)
|
RaiseIfFailed("RemoveObject", self.GroupOp)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
## Adds to the group all the given shapes. No errors, if some shapes are alredy included.
|
## Adds to the group all the given shapes. No errors, if some shapes are already included.
|
||||||
# @param theGroup is a GEOM group to which the new sub-shapes are added.
|
# @param theGroup is a GEOM group to which the new sub-shapes are added.
|
||||||
# @param theSubShapes is a list of sub-shapes to be added.
|
# @param theSubShapes is a list of sub-shapes to be added.
|
||||||
#
|
#
|
||||||
@ -13022,7 +13022,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
|
|||||||
@ManageTransactions("GroupOp")
|
@ManageTransactions("GroupOp")
|
||||||
def UnionList (self,theGroup, theSubShapes):
|
def UnionList (self,theGroup, theSubShapes):
|
||||||
"""
|
"""
|
||||||
Adds to the group all the given shapes. No errors, if some shapes are alredy included.
|
Adds to the group all the given shapes. No errors, if some shapes are already included.
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
theGroup is a GEOM group to which the new sub-shapes are added.
|
theGroup is a GEOM group to which the new sub-shapes are added.
|
||||||
@ -13033,7 +13033,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
|
|||||||
RaiseIfFailed("UnionList", self.GroupOp)
|
RaiseIfFailed("UnionList", self.GroupOp)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
## Adds to the group all the given shapes. No errors, if some shapes are alredy included.
|
## Adds to the group all the given shapes. No errors, if some shapes are already included.
|
||||||
# @param theGroup is a GEOM group to which the new sub-shapes are added.
|
# @param theGroup is a GEOM group to which the new sub-shapes are added.
|
||||||
# @param theSubShapes is a list of indices of sub-shapes to be added.
|
# @param theSubShapes is a list of indices of sub-shapes to be added.
|
||||||
#
|
#
|
||||||
@ -13041,7 +13041,7 @@ class geomBuilder(GEOM._objref_GEOM_Gen):
|
|||||||
@ManageTransactions("GroupOp")
|
@ManageTransactions("GroupOp")
|
||||||
def UnionIDs(self,theGroup, theSubShapes):
|
def UnionIDs(self,theGroup, theSubShapes):
|
||||||
"""
|
"""
|
||||||
Adds to the group all the given shapes. No errors, if some shapes are alredy included.
|
Adds to the group all the given shapes. No errors, if some shapes are already included.
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
theGroup is a GEOM group to which the new sub-shapes are added.
|
theGroup is a GEOM group to which the new sub-shapes are added.
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# GEOM GEOM_SWIG : binding of C++ omplementaion with Python
|
# GEOM GEOM_SWIG : binding of C++ implementation with Python
|
||||||
# File : geompy.py
|
# File : geompy.py
|
||||||
# Author : Paul RASCLE, EDF
|
# Author : Paul RASCLE, EDF
|
||||||
# Module : GEOM
|
# Module : GEOM
|
||||||
|
@ -154,7 +154,7 @@ IGESPlugin_IOperations::ImportIGES( const TCollection_AsciiString& theFileName,
|
|||||||
}
|
}
|
||||||
aSeq->Append(anImported);
|
aSeq->Append(anImported);
|
||||||
|
|
||||||
// Greate material groups.
|
// Create material groups.
|
||||||
// MakeMaterialGroups( anImported, aSeq );
|
// MakeMaterialGroups( anImported, aSeq );
|
||||||
}
|
}
|
||||||
catch( Standard_Failure& aFail ) {
|
catch( Standard_Failure& aFail ) {
|
||||||
|
@ -191,7 +191,7 @@ void GEOM_OCCReader::ComputeWireframe(vtkPoints* Pts,vtkCellArray* Cells){
|
|||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
// Function : TransferFaceWData
|
// Function : TransferFaceWData
|
||||||
// Purpose : Transfert wireframe data for FACE
|
// Purpose : Transfer wireframe data for FACE
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
void GEOM_OCCReader::TransferFaceWData(const TopoDS_Face& aFace,
|
void GEOM_OCCReader::TransferFaceWData(const TopoDS_Face& aFace,
|
||||||
@ -554,7 +554,7 @@ void GEOM_OCCReader::PlotIso (BRepAdaptor_Surface& S,
|
|||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
// Function : TransferEdgeWData
|
// Function : TransferEdgeWData
|
||||||
// Purpose : Transfert wireframe data for EDGE
|
// Purpose : Transfer wireframe data for EDGE
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
void GEOM_OCCReader::TransferEdgeWData(const TopoDS_Edge& aEdge,
|
void GEOM_OCCReader::TransferEdgeWData(const TopoDS_Edge& aEdge,
|
||||||
@ -782,7 +782,7 @@ void GEOM_OCCReader::TransferEdgeWData(const TopoDS_Edge& aEdge,
|
|||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
// Function : TransferVertexWData
|
// Function : TransferVertexWData
|
||||||
// Purpose : Transfert wireframe data for VERTEX
|
// Purpose : Transfer wireframe data for VERTEX
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
void GEOM_OCCReader::TransferVertexWData(const TopoDS_Vertex& aVertex,
|
void GEOM_OCCReader::TransferVertexWData(const TopoDS_Vertex& aVertex,
|
||||||
@ -821,7 +821,7 @@ void GEOM_OCCReader::TransferVertexWData(const TopoDS_Vertex& aVertex,
|
|||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
// Function : TransferEdgeSData(
|
// Function : TransferEdgeSData(
|
||||||
// Purpose : Transfert shading data for EDGE
|
// Purpose : Transfer shading data for EDGE
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
void GEOM_OCCReader::TransferEdgeSData(const TopoDS_Edge& aFace,
|
void GEOM_OCCReader::TransferEdgeSData(const TopoDS_Edge& aFace,
|
||||||
@ -833,7 +833,7 @@ void GEOM_OCCReader::TransferEdgeSData(const TopoDS_Edge& aFace,
|
|||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
// Function : TransferFaceSData
|
// Function : TransferFaceSData
|
||||||
// Purpose : Transfert shading data for FACE
|
// Purpose : Transfer shading data for FACE
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
void GEOM_OCCReader::TransferFaceSData(const TopoDS_Face& aFace,
|
void GEOM_OCCReader::TransferFaceSData(const TopoDS_Face& aFace,
|
||||||
vtkPoints* Pts,
|
vtkPoints* Pts,
|
||||||
|
@ -201,7 +201,7 @@ STEPPlugin_IOperations::ImportSTEP(const TCollection_AsciiString& theFileName,
|
|||||||
}
|
}
|
||||||
aSeq->Append(anImported);
|
aSeq->Append(anImported);
|
||||||
|
|
||||||
// Greate material groups.
|
// Create material groups.
|
||||||
MakeMaterialGroups( anImported, aSeq );
|
MakeMaterialGroups( anImported, aSeq );
|
||||||
}
|
}
|
||||||
catch( Standard_Failure& aFail ) {
|
catch( Standard_Failure& aFail ) {
|
||||||
|
@ -158,7 +158,7 @@ STLPlugin_IOperations::ImportSTL( const TCollection_AsciiString& theFileName )
|
|||||||
}
|
}
|
||||||
aSeq->Append(anImported);
|
aSeq->Append(anImported);
|
||||||
|
|
||||||
// Greate material groups.
|
// Create material groups.
|
||||||
// MakeMaterialGroups( anImported, aSeq );
|
// MakeMaterialGroups( anImported, aSeq );
|
||||||
}
|
}
|
||||||
catch( Standard_Failure& aFail ) {
|
catch( Standard_Failure& aFail ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user