Loop Class

Brep face loop definition.
Public Class Loop 
Implements ICloneable
This language is not supported or no code example is available.
public class Loop : ICloneable
This language is not supported or no code example is available.
Name Description
Protected constructor Loop(Loop)
Public constructor Loop(OrientedEdge[]) Segments only constructor.
Public constructor Loop(OrientedEdge[], bool) Segments and sense constructor.
Public constructor Loop(SerializationInfo, StreamingContext)
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this Loop.
Public method ConvertToSurrogate()
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetObjectData(SerializationInfo, StreamingContext)
Public method GetType (inherited from Object).
Public method GetXElement()
Protected method MemberwiseClone (inherited from Object).
Public method ToString()
Top
Fields
 
Name Description
Public field Segments The array of oriented edges that compose the loop.
Public field Sense The loop orientation. True means same sense.
Top
devDept.Geometry.Entities.GBrep.Loop

.NET Framework

Supported in: 4.7.2

In this article

Definition