P_Rhino_Geometry_ReduceMeshParameters_LockedComponents - mcneel/rhinocommon-api-docs GitHub Wiki

ReduceMeshParameters.LockedComponents Property

List of topological mesh vertices and mesh vertices that will not be moved or deleted in reduction process. Each mesh vertex will lock the corresponding topological mesh vertex. In other words it is not possible to have a locked and non-locked mesh vertex at the same location.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public ComponentIndex[] LockedComponents { get; set; }

VB

Public Property LockedComponents As ComponentIndex()
	Get
	Set

Property Value

Type: ComponentIndex[]

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

ReduceMeshParameters Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️