Transforms this circle using an xform matrix.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Transform(
Transform xform
)
Public Function Transform (
xform As Transform
) As Boolean
Parameters
- xform
- Type: Rhino.GeometryTransform
Transformation to apply.
Return Value
Type:
Booleantrue on success, false on failure.
Remarks
Circles may not be transformed accurately if the xform defines a
non-euclidian transformation.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also