DiscussionsIssue archiveOther usage issues

Archived discussion

Length of an edge

Other usage issuesThu, 07/18/2002 - 17:121 reply

Browse this forum
QuestionAuthor

How can I get the length of a generic TopoDS_Edge?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

use BRepGProp::LinearProperties
and
GProp_GProps::Mass

( see http://www.opencascade.org/doc40/topology/p_28_2_1.htm )