MeshSplitOptionsCreateNgons Property |
Gets or sets whether ngons are created along the split ridge, to preserve the boundary look.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool CreateNgons { get; set; }Public Property CreateNgons As Boolean
Get
Set
Property Value
Type:
BooleanThe default value is true.
See Also