T_Rhino_Geometry_Collections_SubDEdgeAccess - mcneel/rhinocommon-api-docs GitHub Wiki
Provides access to the edge and edge-related functionality of a SubD.
System.Object
Rhino.Geometry.Collections.SubDEdgeAccess
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public class SubDEdgeAccess : IEnumerable<SubDEdgePtr>,
IEnumerable
VB
Public Class SubDEdgeAccess
Implements IEnumerable(Of SubDEdgePtr), IEnumerable
The SubDEdgeAccess type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count | Gets or sets the number of SubD edges. |
![]() |
First |
Name | Description | |
---|---|---|
![]() |
Add | Adds a new edge to the end of the SubDEdgePtr list. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator | |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Supported in: 6.0.16224.21491