Skip to content

P_Rhino_Geometry_MorphControl_PreserveStructure

Will Pearson edited this page Aug 12, 2016 · 2 revisions

MorphControl.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 eans 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

MorphControl Class
Rhino.Geometry Namespace

Clone this wiki locally