Home
last modified time | relevance | path

Searched refs:aPDS (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/STEPCAFControl/
H A DSTEPCAFControl_Writer.cxx2231 if (!aPDS.IsNull()) in FindPDS()
2232 return aPDS; in FindPDS()
2240 if (!aPDS.IsNull()) in FindPDS()
2241 return aPDS; in FindPDS()
2245 return aPDS; in FindPDS()
2402 aPDS = FindPDS(aGraph, anEnt, aRC); in Handle()
2403 if(aPDS.IsNull()) in Handle()
2571 aPDS = FindPDS(aGraph, anEnt, aRC); in Handle()
2572 if (aPDS.IsNull()) in Handle()
2582 if (aPDS.IsNull()) { in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/STEPConstruct/
H A DSTEPConstruct_Styles.cxx267 Handle(StepRepr_ProductDefinitionShape) aPDS; in CreateNAUOSRD() local
269 aPDS = CDSR->RepresentedProductRelation(); in CreateNAUOSRD()
271 aPDS = initPDS; // for SHUO in CreateNAUOSRD()
298 aPDSselect.SetValue(aPDS); in CreateNAUOSRD()
H A DSTEPConstruct_ValidationProps.cxx304 Handle(StepRepr_ProductDefinitionShape) aPDS = aspect->OfShape(); in FindTarget()
305 Interface_EntityIterator asubs = Graph().Sharings(aPDS); in FindTarget()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_PaveFiller_6.cxx902 BOPDS_PDS aPDS; in PostTreatFF() local
1079 aPDS=aPF.PDS(); in PostTreatFF()
1099 nSx=aPDS->Index(aSx); in PostTreatFF()
1100 const BOPDS_ShapeInfo& aSIx=aPDS->ShapeInfo(nSx); in PostTreatFF()
1107 if (aPDS->HasShapeSD(nSx, nVSD)) { in PostTreatFF()
1108 aV=aPDS->Shape(nVSD); in PostTreatFF()
1143 bHasPaveBlocks=aPDS->HasPaveBlocks(nSx); in PostTreatFF()
1221 aV = aPDS->Shape(nV); in PostTreatFF()
1239 if (aPDS->HasShapeSD(nVnew, nVnewSD)) { in PostTreatFF()
1252 aE=aPDS->Shape(aPBRx->Edge()); in PostTreatFF()
[all …]