public interface IBrepLoopList
Public Interface IBrepLoopList
public interface class IBrepLoopList
type IBrepLoopList = interface end
Count | Gets the number of brep loops. |
Item | Gets the BrepLoop at the given index. The index must be valid or an IndexOutOfRangeException will be thrown. |
GetEnumerator | Gets an enumerator that visits all edges. |