Loop Class

Brep face loop definition.
Public Class Loop 
Implements ISerializable, _ 
ICloneable
This language is not supported or no code example is available.
public class Loop : ISerializable
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) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetObjectData(SerializationInfo, StreamingContext) Populates a SerializationInfo with the data needed to serialize the target object.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method GetXElement()
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Returns a string that represents the current object.
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.Eyeshot.Entities.Brep.Loop

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition