Click or drag to resize

ITransform Interface

Basic interface for a single Grasshopper transformation.

Namespace:  Grasshopper.Kernel.Types.Transforms
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public interface ITransform : GH_ISerializable

The ITransform type exposes the following members.

Properties
  NameDescription
Public propertyName
Top
Methods
  NameDescription
Public methodDuplicate
Public methodRead
This method is called whenever the instance is required to deserialize itself.
(Inherited from GH_ISerializable.)
Public methodReverse
Public methodToMatrix
Public methodToString
Public methodWrite
This method is called whenever the instance is required to serialize itself.
(Inherited from GH_ISerializable.)
Top
See Also