Gets the annotations attached to the part instance.
This gets an array of AnnotationGroupInfoInterface.
DO NOT modify in place this array, this results in undefined behavior.
Each part instance may have specific documents attached to it.
This is a list that tells the attached documents to this part instance.
The list of attached documents.
Gets the security tags of this instance.
Please refer to DataSessionInterface for an explanation of the tag system.
DO NOT modify in place this array, this results in undefined behavior.
Each part instance may have specific metadata attached to it with a specific document.
This is a list of all the instance metadata documents of the given part instance.
DO NOT modify in place this array, this results in undefined behavior.
Each child of an instance is linked to its parent with an optional link metadata document.
This is a list of all the link metadata documents of the given part instance.
If defined, the link documents are retrieved and included in the definition of the child.
DO NOT modify in place this array, this results in undefined behavior.
A part metadata document is shared among all part instances of the same part.
This is a list of all the part metadata documents of the given part instance.
A part is the definition of a single element of the DMU that may be instantiated multiple times.
DO NOT modify in place this array, this results in undefined behavior.
Gets the status flags of to this part instance.
The status flags are the OR of PartInstanceInfoStatusFlag.
The status flags of this part instance.
The AncestryInstanceMetadataInterface extends the InstanceMetadataInterface by providing the cumulated matrix of the given part instance.
The cumulated matrix is therefore the World Matrix of the given part instance.
The AncestryInstanceMetadataInterface is included in the PartInstanceInfoInterface, which is retrieved by an IdCardGetterInterface.
Please refer to PartInstanceInfoInterface to get more information about metadata requests.
See
PartInstanceInfoInterface