
Tue, 11/01/2011 - 19:25
Forums:
Hello, I'm trying to generate the offset of a wire with BRepOffsetAPI_MakeOffset, but the result is arc on the inside corners. I was trying to use:
BRepOffsetAPI_MakeOffset offset(rectangle, GeomAbs_Tangent)
and
BRepOffsetAPI_MakeOffset offset(rectangle, GeomAbs_Intersection)
but these seem not to be implemented.
There is a way to obtain an offset without arc on the inside corners?
Thanks.
Best regards.
Tue, 11/01/2011 - 19:56
Sorry I meant outside corners
Wed, 12/07/2011 - 15:54
Yes I also need to make an offset of wire ( composed of lines/arcs/splines)
which is closed or open.
Tried these commands in test harness, but not effective enough .
profile p F 0 0 x 2 y 4 tt 1 1 tt 0 4 w
mkoffset r p 1 -0.50
mkoffset r2 p 1 -0.1
Any alternative API to create offset of 'wires'.
thanks
- PG