Edge Class

Brep edge definition
Public Class Edge 
Implements ISerializable, _ 
ICloneable
This language is not supported or no code example is available.
public class Edge : ISerializable
ICloneable
This language is not supported or no code example is available.
Name Description
Protected constructor Edge(Edge)
Public constructor Edge(ICurve, int, int) Curve and end point indices constructor.
Public constructor Edge(SerializationInfo, StreamingContext)
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this Edge.
Public method ConvertToSurrogate()
Public method Dump(linearUnitsType, MaterialKeyedCollection)
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 Curve Edge curve.
Public field EndPointIndex Edge end point index.
Public field Parents Parent faces (available only after entity regeneration). Can be an array of one or two items. To be used in conjunction with ShellIndex.
Public field ShellIndex Index of the owner shell (available only after entity regeneration). Zero represents outer shell.
Public field StartPointIndex Edge start point index.
Top
devDept.Eyeshot.Entities.Brep.Edge

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition