M_Rhino_Geometry_Box_Transform - mcneel/rhinocommon-api-docs GitHub Wiki

Box.Transform Method

Transforms this Box using a Transformation matrix. If the Transform does not preserve Similarity, the dimensions of the resulting box cannot be trusted.

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 matrix to apply to this Box.

Return Value

Type: Boolean
true if the Box was successfully transformed, false if otherwise.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Box Structure
Rhino.Geometry Namespace

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