Difference between revisions of "SYSCLS 3DMODELCLASSIFICATION"
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
| namespace = System.Classification.Document | | namespace = System.Classification.Document | ||
| purpose = Marks an document object to be a 3D Model | | purpose = Marks an document object to be a 3D Model | ||
− | | version = | + | | version = 3.5.0+ |
| id = {2E7A7F5F-24EC-429C-9422-A71493F4380B} | | id = {2E7A7F5F-24EC-429C-9422-A71493F4380B} | ||
}} | }} | ||
Line 16: | Line 16: | ||
! width=30% | Name !! width=30% | Data type !! Comment | ! width=30% | Name !! width=30% | Data type !! Comment | ||
|- | |- | ||
− | | FILE_TYPE| {{String}} || Specifies the file type . | + | | FILE_TYPE|| {{String}} || Specifies the file type . |
|- | |- | ||
− | | MODEL_FILENAME| {{String}} || The filename of the Model to be opened. | + | | MODEL_FILENAME|| {{String}} || The filename of the Model to be opened. |
|} | |} | ||
+ | |||
+ | |||
== See also == | == See also == | ||
Line 25: | Line 27: | ||
* [[HowTo:Assign a Classification to a MetaClass]] | * [[HowTo:Assign a Classification to a MetaClass]] | ||
− | {{Category/Version| | + | {{Category/Version|3.5.0}} |
− | [[Category: | + | [[Category:3.5.0|SYSCLS 3DMODELCLASSIFICATION]] |
Latest revision as of 06:28, 6 April 2020
3D Model classification | |
---|---|
Name | SYSCLS_3D_MODEL |
Inheritance | SYSCLS_ARCHIVE |
Namespace | System.Classification.Document |
ID | {2E7A7F5F-24EC-429C-9422-A71493F4380B} |
Purpose | Marks an document object to be a 3D Model |
Version | 3.5.0+ |
A Document object which fullfills the Archive Classificatoin is identified as 3D Model. The client will download and extract its content (locally) and open the specified File in an external App.
MetaProperties
Name | Data type | Comment |
---|---|---|
FILE_TYPE | String | Specifies the file type . |
MODEL_FILENAME | String | The filename of the Model to be opened. |