GEOM::GEOM_Object_ptr theAx1,
const GEOM::shape_state theState)
{
- GEOM::ListOfGO_var aSeq;
+ GEOM::ListOfGO_var aSeq = new GEOM::ListOfGO;
//Set a not done flag
GetOperations()->SetNotDone();
return aSeq._retn();
Standard_Integer aLength = aHSeq->Length();
- aSeq = new GEOM::ListOfGO;
aSeq->length(aLength);
for (Standard_Integer i = 1; i <= aLength; i++)
aSeq[i-1] = GetObject(Handle(GEOM_Object)::DownCast(aHSeq->Value(i)));
const CORBA::Double theRadius,
const GEOM::shape_state theState)
{
- GEOM::ListOfGO_var aSeq;
+ GEOM::ListOfGO_var aSeq = new GEOM::ListOfGO;
//Set a not done flag
GetOperations()->SetNotDone();
return aSeq._retn();
Standard_Integer aLength = aHSeq->Length();
- aSeq = new GEOM::ListOfGO;
aSeq->length(aLength);
for (Standard_Integer i = 1; i <= aLength; i++)
aSeq[i-1] = GetObject(Handle(GEOM_Object)::DownCast(aHSeq->Value(i)));
const CORBA::Double theRadius,
const GEOM::shape_state theState)
{
- GEOM::ListOfGO_var aSeq;
+ GEOM::ListOfGO_var aSeq = new GEOM::ListOfGO;
//Set a not done flag
GetOperations()->SetNotDone();
return aSeq._retn();
Standard_Integer aLength = aHSeq->Length();
- aSeq = new GEOM::ListOfGO;
aSeq->length(aLength);
for (Standard_Integer i = 1; i <= aLength; i++)
aSeq[i-1] = GetObject(Handle(GEOM_Object)::DownCast(aHSeq->Value(i)));