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
Syntaxpublic bool JaggedSeams { get; set; }
Public Property JaggedSeams As Boolean
Get
Set
Property Value
Type:
Boolean
See Also