From 7bebee6f080068ae7a81ebd39030f5521dc6a013 Mon Sep 17 00:00:00 2001 From: Fraser Greenroyd Date: Mon, 19 Feb 2024 17:13:26 +0000 Subject: [PATCH] Documentation for extension methods --- .../Dimensional_oM/IElement-required-extension-methods.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/BHoM_oM/Dimensional_oM/IElement-required-extension-methods.md b/docs/BHoM_oM/Dimensional_oM/IElement-required-extension-methods.md index 9ef933e9..81d6d0e5 100644 --- a/docs/BHoM_oM/Dimensional_oM/IElement-required-extension-methods.md +++ b/docs/BHoM_oM/Dimensional_oM/IElement-required-extension-methods.md @@ -35,3 +35,6 @@ Please note that the default implementations do _not_ cover the mass interface ` 3. `Spatial_Engine` contains a default `Transform` method for all `IElementXD`s. This implementation only covers the transformation of the base geometry, and does not handle any additional parameters, such as local orientations of the element. For an object that contains this additional layer of information, a object specific `Transform` method must be implemented.

+ + +This is checked by [this CI check](https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/ImplementsRequiredMethods/) so any changes to the requirements should be reflected in the check appropriately. \ No newline at end of file