
Fri, 04/13/2001 - 11:17
Forums:
HI, can you help me to solve this trouble ?
"conversion from BRepPrimAPI_MakeCylinder to TopoDS_Shape is ambiguous"
while
TopoDS_shape shape; shape = BRepPRimAPI_MakeBox(1,2,3);
it's ok
thanx ... alessio G
HI, can you help me to solve this trouble ?
"conversion from BRepPrimAPI_MakeCylinder to TopoDS_Shape is ambiguous"
while
TopoDS_shape shape; shape = BRepPRimAPI_MakeBox(1,2,3);
it's ok
thanx ... alessio G
Fri, 04/13/2001 - 11:30
Hello,
try : TopoDS_Shape MyShape = BRepPRimAPI_MakeBox(1,2,3).Shape(); It's duce of an alias problem with your compiler. Regards
arnaud
Fri, 04/13/2001 - 11:44
This problem occur with : BRepPrimAPI_MakeCylinder and not with BRepPRimAPI_MakeBox
arnaud