<Code Lib>
2027 Method
Changes 0
M

BRepBuilder.IsValidEdgeId

Description:
A validator function that checks whether the edge id corresponds to an edge previously added to this BRepBuilder object.

public bool IsValidEdgeId(
	BRepBuilderGeometryId edgeId
)

Return Value Boolean True if edgeId corresponds to an edge previously added to this BRepBuilder, false otherwise.

Loading…