M_Rhino_Geometry_Collections_SubDFaceAccess_Add - mcneel/rhinocommon-api-docs GitHub Wiki

SubDFaceAccess.Add Method

Adds a new edge to the end of the SubDEdgePtr list.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public SubDFacePtr Add(
	SubDEdgePtr[] edges,
	bool[] directions
)

VB

Public Function Add ( 
	edges As SubDEdgePtr(),
	directions As Boolean()
) As SubDFacePtr

Parameters

 

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.

Return Value

Type: SubDFacePtr
[Missing documentation for "M:Rhino.Geometry.Collections.SubDFaceAccess.Add(Rhino.Geometry.SubDEdgePtr[],System.Boolean[])"]

Exceptions

 

Exception Condition
ArgumentOutOfRangeException If tag is unset or non-defined.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

SubDFaceAccess Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️