M_Rhino_Geometry_Brep_DuplicateNakedEdgeCurves - mcneel/rhinocommon-api-docs GitHub Wiki

Brep.DuplicateNakedEdgeCurves Method

Duplicate naked edges of this Brep

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

Syntax

C#

public Curve[] DuplicateNakedEdgeCurves(
	bool outer,
	bool inner
)

VB

Public Function DuplicateNakedEdgeCurves ( 
	outer As Boolean,
	inner As Boolean
) As Curve()

Parameters

 

outer
Type: System.Boolean
[Missing documentation for "M:Rhino.Geometry.Brep.DuplicateNakedEdgeCurves(System.Boolean,System.Boolean)"]
inner
Type: System.Boolean
[Missing documentation for "M:Rhino.Geometry.Brep.DuplicateNakedEdgeCurves(System.Boolean,System.Boolean)"]

Return Value

Type: Curve[]
[Missing documentation for "M:Rhino.Geometry.Brep.DuplicateNakedEdgeCurves(System.Boolean,System.Boolean)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Brep Class
Rhino.Geometry Namespace

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