Interface ITransformable<T>
An object that can return a transformed copy of itself
Namespace: Elements.Geometry.Interfaces
Assembly: Hypar.Elements.dll
Syntax
public interface ITransformable<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of object to be transformed |
Methods
Transformed(Transform)
Create a transformed copy of this ITransformable
Declaration
T Transformed(Transform transform)
Parameters
| Type | Name | Description |
|---|---|---|
| Transform | transform |
Returns
| Type | Description |
|---|---|
| T | A transformed copy of the object |