Click or drag to resize

SphereTransform Method

Transforms this sphere. Note that non-similarity preserving transformations cannot be applied to a sphere as that would result in an ellipsoid.

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

Parameters

xform
Type: Rhino.GeometryTransform
Transformation matrix to apply.

Return Value

Type: Boolean
true on success, false on failure.
See Also