M_Rhino_Geometry_Circle_Transform - mcneel/rhinocommon-api-docs GitHub Wiki

Circle.Transform Method

Transforms this circle using an xform matrix.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Transform(
	Transform xform
)

VB

Public Function Transform ( 
	xform As Transform
) As Boolean

Parameters

 

xform
Type: Rhino.Geometry.Transform
Transformation to apply.

Return Value

Type: Boolean
true on success, false on failure.

Remarks

Circles may not be transformed accurately if the xform defines a non-euclidian transformation.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Circle Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️