BrepLoopListAddOuterLoop Method |
Create a new outer boundary loop that runs along the sides
of the face's surface. All the necessary trims, edges,
and vertices are created and added to the brep.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.4
Syntax public BrepLoop AddOuterLoop(
int faceIndex
)
Public Function AddOuterLoop (
faceIndex As Integer
) As BrepLoop
Parameters
- faceIndex
- Type: SystemInt32
index of face that needs an outer boundary
that runs along the sides of its surface.
Return Value
Type:
BrepLoopNew outer boundary loop that is complete.
See Also