<Code Lib>
2027 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 Boolean True if loopId corresponds to a loop previously added to this BRepBuilder, false otherwise.

Loading…