Click or drag to resize

FileObjWriteOptionsIncludeUnweldedEdgesInNgons Property

Setting to determine whether unwelded edges are ignored in the creation of an ngon.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool IncludeUnweldedEdgesInNgons { get; set; }

Property Value

Type: Boolean
Remarks
Imagine a plane that has been split and then rejoined. This setting determines if you will get one or two ngons in the output. TODO This is not hooked up yet, Dale hasn't made this available yet. See RH-30673.
See Also