Skip to content

Commit

Permalink
NewElement1D method no longer required so removed from required list
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Feb 19, 2024
1 parent 29c6e81 commit 489b4d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please note that the default implementations do _not_ cover the mass interface `
|:-----------|:----------|:----------|:----------|
| `IElement0D` | <ul><li>`Geometry()`</li> <li>`SetGeometry(Point point)`</li><li>`HasMergeablePropertiesWith(IElement0D)`</li></ul> | <br> |
| `IElement1D` | <ul><li>`Geometry()`</li> <li>`SetGeometry(ICurve curve)`</li><li>`HasMergeablePropertiesWith(IElement1D)`</li></ul> | <ul><li>`Elements0D()`</li> <li>`SetElements0D(`<br>`List<IElement0D> newElements0D)`</li> <li>`NewElement0D(Point point)`</li></ul> | `IElement1D` which endpoints are defined by `IElement0D` |
| `IElement2D` | <ul><li>`OutlineElements1D()`</li> <li>`SetOutlineElements1D(`<br>`List<IElement1D> outlineElements1D)`</li> <li>`NewElement1D(ICurve curve)`</li> <li>`HasMergeablePropertiesWith(IElement2D)`</li> </ul> |<ul><li>`InternalElements2D()`</li> <li>`NewInternalElement2D()`</li> <li>`SetInternalElements2D(`<br>`List<IElement2D> internalElements2D)`</li></ul> | If the `IElement2D` has internal elements |
| `IElement2D` | <ul><li>`OutlineElements1D()`</li> <li>`SetOutlineElements1D(`<br>`List<IElement1D> outlineElements1D)`</li> <li>`HasMergeablePropertiesWith(IElement2D)`</li> </ul> |<ul><li>`InternalElements2D()`</li> <li>`NewInternalElement2D()`</li> <li>`SetInternalElements2D(`<br>`List<IElement2D> internalElements2D)`</li></ul> | If the `IElement2D` has internal elements |
| |
| `IElementM` | <ul><li>`MaterialComposition()`</li> <li>`SolidVolume()`</li></ul> <b>or </b> <ul><li>`VolumetricMaterialTakeoff()`</li></ul> | | |

Expand Down

0 comments on commit 489b4d9

Please sign in to comment.