BRepVertex.tempId Property
Parent Object: BRepVertexDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepVertex.h>
Description
Returns the temporary ID of this vertex. 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
"bRepVertex_var" is a variable referencing a BRepVertex object.
|