|
Anark Core SDK
|
Classes | |
| interface | ISdkQueryExpression |
| A query expression. More... | |
| interface | ISdkQueryToken |
| A query token. More... | |
| class | SdkQueryExpression |
| class | SdkQueryToken |
Enumerations | |
| enum | SdkEntityType { Invalid , Workspace , Component , ComponentInstance , ComponentOccurrence , Entity , Pmi , SupplementalGeometry , View , Document , DocumentPage } |
| Entity types. More... | |
| enum | SdkQueryOperator { Equals , GreaterThan , LessThan , StartsWith , EndsWith , Contains , IsNull , RegularExpression } |
| Query operators. More... | |
| enum | SdkQueryRelationship { Self , Parent , AllAncestors , AnyAncestor , AllDescendants , AnyDescendant , AllChildren , AnyChild , AllSiblings , AnySibling } |
| A search relationship - used to specify 3D hierarchy matching, for example. More... | |
Entity types.
| Enumerator | |
|---|---|
| Invalid | The invalid type. |
| Workspace | The workspace type - this corresponds with the Anark Core Workspace where data can be added that is not necessarily associated with any particular component in the model. |
| Component | The component type - parts and assemblies. |
| ComponentInstance | Component instances at the 3D DAG level. |
| ComponentOccurrence | An occurrence of a component. |
| Entity | An occurrence of any 3D entity. |
| Pmi | Annotations. |
| SupplementalGeometry | Supplemental geometry such as reference planes. |
| View | Product view captures. |
| Document | A document, such as a PDF document. |
| DocumentPage | A page of a document. |
Query operators.
A search relationship - used to specify 3D hierarchy matching, for example.