<Code Lib>
2022 Method
Changes 0
M

BRepBuilder.IsValidLoopId

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

public bool IsValidLoopId(
	BRepBuilderGeometryId loopId
)

Return Value bool True if loopId corresponds to a loop previously added to this BRepBuilder, false otherwise.

Loading…