P_Rhino_Geometry_SpaceMorph_PreserveStructure - mcneel/rhinocommon-api-docs GitHub Wiki

SpaceMorph.PreserveStructure Property

true if the morph should be done in a way that preserves the structure of the geometry. In particular, for NURBS objects, true means that only the control points are moved. The PreserveStructure value does not affect the way meshes and points are morphed. The default is false.

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

Syntax

C#

public bool PreserveStructure { get; set; }

VB

Public Property PreserveStructure As Boolean
	Get
	Set

Property Value

Type: Boolean

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

SpaceMorph Class
Rhino.Geometry Namespace

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