DESTL
OCCT package DESTL: DESTL_ConfigurationNode.
DESTL_ConfigurationNode
The purpose of this class is to configure the transfer process for STL format Stores the necessary settings for DESTL_Provider. Configures and creates special provider to transfer STL files.
Nodes grouped by Vendor name and Format type. The Vendor name is "OCC" The Format type is "STL" The supported CAD extension is ".stl" The import process is supported. The export process is supported.
Constructors(2)
Initializes all field by default.
Copies values of all fields.
Parameters (1)theNode—object to copy
Static methods(2)
- get_type_name(): string
Instance methods(10)
Writes configuration to the string.
Returnsresult resource string
- Save(theResourcePath: TCollection_AsciiString): boolean
Writes configuration to the string.
Parameters (1)theResourcePath
Returnsresult resource string
- IsImportSupported(): boolean
Checks the import supporting.
Returnstrue if import is supported
- IsExportSupported(): boolean
Checks the export supporting.
Returnstrue if export is supported
- IsStreamSupported(): boolean
Checks for stream support.
Returnstrue if streams are supported
Gets CAD format name of associated provider.
Returnsprovider CAD format
Gets provider's vendor name of associated provider.
Returnsprovider's vendor name
Gets list of supported file extensions.
Returnslist of extensions
- CheckContent(theBuffer: NCollection_Buffer): boolean
Checks the file content to verify a format.
Parameters (1)theBuffer—read stream buffer to check content
Returnstrue if file is supported by a current provider