Home
last modified time | relevance | path

Searched refs:aSeqOfShape (Results 1 – 3 of 3) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/05_ImportExport/src/
H A DImportExportDoc.cpp146 Handle(TopTools_HSequenceOfShape) aSeqOfShape = CImportExport::ReadBREP(); in OnFileImportBrep()
147 for(int i=1;i<= aSeqOfShape->Length();i++) in OnFileImportBrep()
149 m_pcoloredshapeList->Add(Quantity_NOC_YELLOW, aSeqOfShape->Value(i)); in OnFileImportBrep()
157 Handle(TopTools_HSequenceOfShape) aSeqOfShape = CImportExport::ReadIGES(); in OnFileImportIges()
158 for(int i=1;i<= aSeqOfShape->Length();i++) in OnFileImportIges()
160 m_pcoloredshapeList->Add(Quantity_NOC_YELLOW, aSeqOfShape->Value(i)); in OnFileImportIges()
170 Handle(TopTools_HSequenceOfShape) aSeqOfShape = CImportExport::ReadSTEP(); in OnFileImportStep()
171 for(int i=1;i<= aSeqOfShape->Length();i++) in OnFileImportStep()
173 m_pcoloredshapeList->Add(Quantity_NOC_YELLOW, aSeqOfShape->Value(i)); in OnFileImportStep()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Evolved.cxx1108 TopTools_SequenceOfShape aSeqOfShape; in ElementaryPerform() local
1112 MapVerPar(CurrentEdge) , aSeqOfShape); in ElementaryPerform()
1114 for ( k = 1; k <= aSeqOfShape.Length(); k++) { in ElementaryPerform()
1121 DBRep::Set(name,aSeqOfShape.Value(k)); in ElementaryPerform()
1146 TopTools_SequenceOfShape aSeqOfShape; in ElementaryPerform() local
1150 MapVerPar(CurrentEdge) , aSeqOfShape); in ElementaryPerform()
1152 for ( k = 1; k <= aSeqOfShape.Length(); k++) { in ElementaryPerform()
1153 myMap(CurrentSpine)(VCL).Append(aSeqOfShape.Value(k)); in ElementaryPerform()
1159 DBRep::Set(name,aSeqOfShape.Value(k)); in ElementaryPerform()
1213 TopTools_SequenceOfShape aSeqOfShape; in ElementaryPerform() local
[all …]
H A DBRepFill_OffsetWire.cxx1036 TopTools_SequenceOfShape aSeqOfShape; in PerformWithBiLo() local
1052 aSeqOfShape, MapVV, IndOfE); in PerformWithBiLo()
1053 for ( k = 1; k <= aSeqOfShape.Length(); k++) { in PerformWithBiLo()
1054 myMap(j).Append(aSeqOfShape.Value(k)); in PerformWithBiLo()