Returns if the edge's geometry is degenerate. For example, the apex of a cone is a degenerate edge.
# Get the value of the property.propertyValue = bRepEdge_var.isDegenerate
#include <Fusion/BRep/BRepEdge.h>// Get the value of the property.boolean propertyValue = bRepEdge_var->isDegenerate();