}
}
- TopoDS_Shape aShape;
+ TopoDS_Shape aShape;
+ const Standard_Boolean isGenerateGroups = aCI->GetGenerateGroups();
if (aType == PIPE_BASE_PATH) {
Handle(GEOM_Function) aRefBase = aCI->GetBase();
Handle(TColStd_HSequenceOfTransient) aLocObjs = aCIDS->GetLocations ();
Standard_Boolean aWithContact = (aCIDS->GetWithContactMode());
Standard_Boolean aWithCorrect = (aCIDS->GetWithCorrectionMode());
- Standard_Boolean isGenerateGroups = aCIDS->GetGenerateGroups();
if (aCI) {
delete aCI;
aShape = CreatePipeBiNormalAlongVector(aWirePath, aCI);
}
- const Standard_Boolean isGenerateGroups = aCI->GetGenerateGroups();
-
if (aCI) {
delete aCI;
aCI = 0;