M_Rhino_Geometry_Collections_SubDFaceAccess_Add - mcneel/rhinocommon-api-docs GitHub Wiki
Adds a new edge to the end of the SubDEdgePtr list.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public SubDFacePtr Add(
SubDEdgePtr[] edges,
bool[] directions
)
VB
Public Function Add (
edges As SubDEdgePtr(),
directions As Boolean()
) As SubDFacePtr
- edges
- Type: Rhino.Geometry.SubDEdgePtr[]
An array of edges - directions
- Type: System.Boolean[]
The direction each of these edges has, ralated to the face. True means that the edge is reversed compared to the counter-clockwise order of the face. This argument can be null. In this case, no edge is considered reversed.
Type: SubDFacePtr
[Missing documentation for "M:Rhino.Geometry.Collections.SubDFaceAccess.Add(Rhino.Geometry.SubDEdgePtr[],System.Boolean[])"]
Exception | Condition |
---|---|
ArgumentOutOfRangeException | If tag is unset or non-defined. |
Supported in: 6.0.16224.21491