M_Rhino_Geometry_GeometryBase_Transform - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public bool Transform(
Transform xform
)
VB
Public Function Transform (
xform As Transform
) As Boolean
- xform
- Type: Rhino.Geometry.Transform
Transformation to apply to geometry.
Type: Boolean
true if geometry successfully transformed.
Supported in: 6.0.16224.21491, 5D58w