BRepEdge.tempId Property
Parent Object: BRepEdgeDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepEdge.h>
Description
Returns the temporary ID of this edge. This ID is only good while the document remains open and as long as the owning BRepBody is not modified in any way. The findByTempId method of the BRepBody will return the entity in the body with the given ID.
Syntax
"bRepEdge_var" is a variable referencing a BRepEdge object.
|