T_Rhino_Geometry_Morphs_FlowSpaceMorph - mcneel/rhinocommon-api-docs GitHub Wiki
Re-aligns objects from a base curve to a target curve.
System.Object
Rhino.Geometry.SpaceMorph
Rhino.Geometry.Morphs.FlowSpaceMorph
Namespace: Rhino.Geometry.Morphs
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public class FlowSpaceMorph : SpaceMorph,
IDisposable
VB
Public Class FlowSpaceMorph
Inherits SpaceMorph
Implements IDisposable
The FlowSpaceMorph type exposes the following members.
Name | Description | |
---|---|---|
![]() |
FlowSpaceMorph(Curve, Curve, Boolean) | Constructs a flow space morph. |
![]() |
FlowSpaceMorph(Curve, Curve, Boolean, Boolean, Boolean) | Constructs a flow space morph. |
Name | Description | |
---|---|---|
![]() |
IsValid | Returns true if the space morph definition is valid, false otherwise. |
![]() |
PreserveStructure | 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. (Inherited from SpaceMorph.) |
![]() |
QuickPreview | 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. (Inherited from SpaceMorph.) |
![]() |
Tolerance | 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. (Inherited from SpaceMorph.) |
Name | Description | |
---|---|---|
![]() |
Dispose() | Actively reclaims unmanaged resources that this instance uses. |
![]() |
Dispose(Boolean) |
For derived class implementers.
This method is called with argument true when class user calls Dispose(), while with argument false when the Garbage Collector invokes the finalizer, or Finalize() method.
You must reclaim all used unmanaged resources in both cases, and can use this chance to call Dispose on disposable fields if the argument is true. Also, you must call the base virtual method within your overriding method. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Passively reclaims unmanaged resources when the class user did not explicitly call Dispose(). (Overrides Object.Finalize().) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Morph | Apply the space morph to geometry. (Inherited from SpaceMorph.) |
![]() |
MorphPoint | Morphs an Euclidean point. (Overrides SpaceMorph.MorphPoint(Point3d).) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Supported in: 6.0.16224.21491, 5D58w