Click or drag to resize

MeshingParametersJaggedSeams Property

Gets or sets whether or not the mesh is allowed to have jagged seams. When this flag is set to true, meshes on either side of a Brep Edge will not match up.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool JaggedSeams { get; set; }

Property Value

Type: Boolean
See Also