Click or drag to resize
Coedge Class
A coedge is closely related to an edge. A coedge stores its relationships with adjacent edges and with superior owning entities. (In some contexts, the coedge may be viewed as the use of an edge by a face or wire.) The data structures formed by these relationships (stored as pointers) and their interpretation depend upon the nature of the owning entity.
Inheritance Hierarchy

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public sealed class Coedge : ProjectObject, 
	IHasGeometry

The Coedge type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Returns a collection of dynamic attributes attached to the object
(Inherited from ProjectObject.)
Public propertyCode exampleBody
Gets the Body that the Coedge belongs to.
Public propertyChildren
Enumerates all child objects.
(Inherited from ProjectObject.)
Public propertyContainingProject
Returns the Project that this object is a part of, or null if it is not part of a Project.
(Inherited from ProjectObject.)
Public propertyDisplayName
Gets the name of the the object that should be displayed in the GUI.
(Inherited from ProjectObject.)
Public propertyCode exampleEdge
Gets the Edge that the Coedge is associated with.
Public propertyCode exampleEndVertex
Gets the end vertex of the coedge.
Public propertyName
Gets or sets the name of the object
(Inherited from ProjectObject.)
Public propertyNext
Returns the next coedge connected to this.
Public propertyParent
Returns the objects parent, if it has one.
(Inherited from ProjectObject.)
Public propertyPrevious
Returns the previous coedge connected to this.
Public propertyCode exampleReversed
Gets whether the coedge is reversed or not.
Public propertyCode exampleStartVertex
Gets the start vertex of the coedge.
Public propertyTypeDisplayName
Gets a localized name for the type of this object.
(Inherited from ProjectObject.)
Public propertyUIVisible
Gets or sets a value that indicates if this object should be displayed in GUI such as an object browser.
(Inherited from ProjectObject.)
Public propertyUniqueId
Gets a persisted, globally unique identifier for this object, that can be used to find the object using the GetObjectFromUniqueId(String) method.
(Inherited from ProjectObject.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodCode exampleFindClosestVertex
Returns the Vertex of the Coedge that is closest to the provided point.
Public methodFindObjects
Recursively finds object that satisfy a condition.
(Inherited from ProjectObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ProjectObject.)
Top
Version Information

Supported in: 1.0.0.0
See Also