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; }
Public Property JaggedSeams As Boolean
Get
Set
Property Value
Type:
BooleanSee Also