Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoCADFileFormat Class Reference

VSG extension Module class to initialize CAD file format support. More...

#include <Inventor/io/CAD/SoCADFileFormat.h>

Static Public Member Functions

static void init ()
 Initializes all classes of CADFileFormat modules by registering them in the database.
 
static void finish ()
 Frees Open Inventor's internal static memory allocations.
 
static const char * getProductName ()
 Returns a character string identifying the name of the extension.
 
static bool isInitialized ()
 Return true if this plugin has been initialized (init() method called at least once)
 
Deprecated
static SoDEPRECATED const char * getVersion ()
 Returns a character string identifying the version of the extension.
 

Detailed Description

VSG extension Module class to initialize CAD file format support.

This class allows the user to initialize the CAD file format support module. The module must be initialized before using any other classes of the module.

These formats require redistributing the fei_inventor_io_cad plugin library with the application (e.g. fei_inventor_io_cad.dll on Windows).

SEE ALSO

SoCADInputReader, SoCADInputReaderParameters

Definition at line 66 of file SoCADFileFormat.h.

Member Function Documentation

◆ finish()

static void SoCADFileFormat::finish ( )
static

Frees Open Inventor's internal static memory allocations.

This avoids false positives from memory leak checking software. We recommend calling this method and it should be the last Open Inventor method called by the application.

◆ getProductName()

static const char * SoCADFileFormat::getProductName ( )
static

Returns a character string identifying the name of the extension.

◆ getVersion()

static SoDEPRECATED const char * SoCADFileFormat::getVersion ( )
static

Returns a character string identifying the version of the extension.

◆ init()

static void SoCADFileFormat::init ( )
static

Initializes all classes of CADFileFormat modules by registering them in the database.

This function needs to be called before any other class of CADFileFormat may be constructed or accessed.

◆ isInitialized()

static bool SoCADFileFormat::isInitialized ( )
inlinestatic

Return true if this plugin has been initialized (init() method called at least once)

Definition at line 105 of file SoCADFileFormat.h.


The documentation for this class was generated from the following file: