Click or drag to resize

FileObjWriteOptionsNGons Enumeration

[Missing <summary> documentation for "T:Rhino.FileIO.FileObjWriteOptions.NGons"]

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public enum NGons
Members
  Member nameValueDescription
None0 Ngons will not be created, nor will they be exported if they already exist
Preserve1 If ngons already exist, they will be used as is, no ngons will be created
Create2 Ngons will be created, if possible, by calling Mesh.Ngons.AddPlanarNgons
See Also