Part:: Geometry container extend hasExtension to type and name

This commit is contained in:
Abdullah Tahiri
2019-02-11 16:21:40 +01:00
committed by wmayer
parent 4d9d3b0c83
commit d8e99c1923
4 changed files with 68 additions and 0 deletions

View File

@@ -51,6 +51,16 @@ It describes the common behavior of these objects when:
<Methode Name="clone" Const="true">
<Documentation>
<UserDocu>Create a clone of this geometry with the same Tag</UserDocu>
</Documentation>
</Methode>
<Methode Name="hasExtensionType" Const="true">
<Documentation>
<UserDocu>Returns a boolean indicating whether a geometry extension of the type indicated as a string exists.</UserDocu>
</Documentation>
</Methode>
<Methode Name="hasExtensionName" Const="true">
<Documentation>
<UserDocu>Returns a boolean indicating whether a geometry extension with the name indicated as a string exists.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getExtension" Const="true">