Forum archiveIssue archiveOther usage issues

Archived discussion

BRepAlgoAPI_...

Other usage issuesTue, 01/13/2004 - 19:142 replies

Browse this forum
QuestionAuthor

Hello every body,
I tryed to apply the boolean operation BRepAlgoAPI_Cut and BRepAlgoAPI_Common on two bodies selected in the Viewer Window. The operation is done and I got the result represented. However, as I tryed to get the properties of the result shape, I found no value for the Location value!

Do some one have an idea??

To follow is a snap shot of the debugger results.

- aResult_C {...}
+ myTShape {...}
- myLocation {...}
- myItems {...}
- myNode {...}
- Handle_MMgt_TShared {...}
- Handle_Standard_Transient {...}
- entity 0xfefd0000
__vfptr CXX0030: Fehler: Ausdruck kann nicht ausgewertet werden
count CXX0030: Fehler: Ausdruck kann nicht ausgewertet werden
myOrient TopAbs_FORWARD

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

Forget BRep_AlgoAPI, it seems to be a piece of new code-crap.

Take BRep_Algo.

This works.

Commenter-1

02Commenter-2

HI how can i accede to the selected object
thanks to all