SubDComponent Methods |
The SubDComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether an object is a SubDComponent referring to the same component,
with the same orientation, in the same SubD.
(Overrides ObjectEquals(Object).) | |
| Equals(SubDComponent) |
Determines whether this component and another refer to the same component, with the
same orientation, in the same SubD.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Gets a hash code for this component.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReverseComponentDirection |
Flips ComponentDirection and returns this component, so it can be used
inline where an oppositely oriented reference is wanted.
| |
| ToString |
Returns a string of the form "SubDEdge(+12)", naming the component type, the
orientation it is referenced with, and its id.
(Overrides ObjectToString.) |