GeometryBase.Transform Method

GeometryBaseTransform Method

Transforms the geometry. If the input Transform has a SimilarityType of OrientationReversing, you may want to consider flipping the transformed geometry after calling this function when it makes sense. For example, you may want to call Flip() on a Brep after transforming it.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Transform(
	Transform xform
)
Public Function Transform ( 
	xform As Transform
) As Boolean

Parameters

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

Return Value

Type: Boolean
true if geometry successfully transformed.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also