Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdU3D2PrcImport::properties Method
Syntax
C++
virtual OdRxDictionaryPtr properties() = 0;

Retrieves a dictionary object that contains the set of .u3d import properties.

Returns a smart pointer to the dictionary object that contains properties used for the import of a .u3d file contents to a prc database.

The list of supported properties for the U3D import operation is represented in the table below.

Property Name
Description
Database
A target database object (an instance of the OdPrcFile class). The contents of the U3D file are imported to this database.
SourceType
A method that determines the source of the U3D data.
0 - U3DPath is used.
1 - InputStream is used.
The default value is 0.
U3DPath
A full path to the imported U3D file.
InputStream
A stream containing imported U3D data.
TransformMatrix
A transformation matrix that will be applied to all elements of the imported U3D file.
Copyright © 2002-2022. Open Design Alliance All rights reserved.