GeometryBaseMakeDeformable Method |
Rhino 5 for Windows
If possible, converts the object into a form that can be accurately modified
with "squishy" transformations like projections, shears, an non-uniform scaling.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic bool MakeDeformable()
Public Function MakeDeformable As Boolean
Return Value
Type:
Boolean
false if object cannot be converted to a deformable object. true if object was
already deformable or was converted into a deformable object.
See Also