Squisher Class |
Namespace: Rhino.Geometry
The Squisher type exposes the following members.
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 ObjectFinalize.) |
![]() | Get2dMesh |
Get the 2d mesh that results from the squish operation
|
![]() | Get3dMesh |
Get the 3d mesh that was used for squish operation
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMesh2dEdges |
Gets the edges of the mesh which correspond to the edges of the same indices resulting from GetMesh3dEdges
|
![]() | GetMesh3dEdges |
Gets the edges of the mesh which correspond to the edges of the same indices resulting from GetMesh2dEdges
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Is2dPatternSquished |
Returns true if the input geometry was the result of a squish operation
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | SquishBack2dMarks |
Maps 2D geometry from the squished surface or mesh back to the original 3D surface or mesh
|
![]() | SquishCurve |
Maps a curve on or near a previously squished 3d surface to the resulting 2d surface
|
![]() | SquishMesh(SquishParameters, Mesh) |
Squish the given mesh into a flat mesh
|
![]() | SquishMesh(SquishParameters, Mesh, IEnumerableGeometryBase, ListGeometryBase) |
Squish the given mesh into a flat mesh
|
![]() | SquishPoint |
Maps a point on or near the previously squished 3d surface to the flattened surface
|
![]() | SquishSurface(SquishParameters, Surface) |
Squish the surface into a flat brep
|
![]() | SquishSurface(SquishParameters, Surface, IEnumerableGeometryBase, ListGeometryBase) |
Squish the surface into a flat brep
|
![]() | SquishTextDot |
Maps a TextDot on or near a previously squished 3d surface to the resulting 2d surface
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |