RhinoCommon API
PlaneTransform Method |
Transform the plane with a Transformation matrix.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool Transform( Transform xform )
Public Function Transform ( xform As Transform ) As Boolean
Parameters
- xform
- Type: Rhino.GeometryTransform
Transformation to apply to plane.
Return Value
Type: Booleantrue on success, false on failure.