Skip to content

SpaceMorph

Public Class

Represents a spacial, Euclidean morph.

Inheritance Hierarchy

System.Object
Rhino.Geometry.SpaceMorph

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public abstract class SpaceMorph

The SpaceMorph type exposes the following members.

Constructors

Name

Description


Protected Method

Initializes a new instance of the SpaceMorph class


Properties

Name

Description


Public 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.


Public Property

true if the morph should be done as quickly as possible because the result is being used for some type of dynamic preview. If QuickPreview is true, the tolerance may be ignored. The QuickPreview value does not affect the way meshes and points are morphed. The default is false.


Public Property

The desired accuracy of the morph. This value is primarily used for deforming surfaces and breps. The default is 0.0 and any value <= 0.0 is ignored by morphing functions. The Tolerance value does not affect the way meshes and points are morphed.


Methods

Name

Description


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Public Method
Static Member

true if the geometry can be morphed by calling SpaceMorph.Morph(geometry)


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

Apply the space morph to geometry.


Public Method

Apply the space morph to a plane.


Public Method

Morphs an Euclidean point.

This method is abstract.


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)


Inheritance Hierarchy

System.Object
Rhino.Geometry.SpaceMorph
Rhino.Geometry.Morphs.BendSpaceMorph
Rhino.Geometry.Morphs.FlowSpaceMorph
Rhino.Geometry.Morphs.MaelstromSpaceMorph
Rhino.Geometry.Morphs.SplopSpaceMorph
Rhino.Geometry.Morphs.SporphSpaceMorph
Rhino.Geometry.Morphs.StretchSpaceMorph
Rhino.Geometry.Morphs.TaperSpaceMorph
Rhino.Geometry.Morphs.TwistSpaceMorph