BRepBuilder.IsValidEdgeId
Description:
A validator function that checks whether the edge id corresponds to an edge previously added to this BRepBuilder object.
A validator function that checks whether the edge id corresponds to an edge previously added to this BRepBuilder object.
public bool IsValidEdgeId(
BRepBuilderGeometryId edgeId
)
-
edgeIdEdge id to be validated.
Return Value
Boolean
True if edgeId corresponds to an edge previously added to this BRepBuilder, false otherwise.
-
A non-optional argument was null