Click or drag to resize

BezierSurfaceTransform Method

Transforms the surface

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public bool Transform(
	Transform xform
)

Parameters

xform
Type: Rhino.GeometryTransform
Transformation to apply to geometry.

Return Value

Type: Boolean
true if geometry successfully transformed.
See Also