Forum archiveIssue archiveOther usage issues

Archived discussion

BRepGProp bug

Other usage issuesThu, 03/24/2011 - 14:341 reply

Browse this forum
QuestionAuthor

Hi,

Using BRepGProp fails to compute the length of an edge, when this edge is built from 2 simple points:

brep = make_edge(gp_Pnt(), gp_Pnt(1,1,1))
system = GProp_GProps()
props = BRepGProp().LinearProperties(self.brep, system)
system.Mass() [ 1.73, which is the domain of the edge, should be 1.0, its length ]

cheers,

-jelle

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

#damned_lies_and_false_accusations... my bad... please ignore...