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