#include <MRCMisc/exports.h>
Go to the source code of this file.
Typedefs | |
typedef struct MR_MeshLoadSettings | MR_MeshLoadSettings |
typedef struct MR_expected_MR_Mesh_std_string | MR_expected_MR_Mesh_std_string |
typedef struct MR_expected_std_shared_ptr_MR_Object_std_string | MR_expected_std_shared_ptr_MR_Object_std_string |
typedef struct MR_std_istream | MR_std_istream |
Functions | |
MRC_API MR_expected_MR_Mesh_std_string * | MR_MeshLoad_fromStep_std_filesystem_path (const char *path, const char *path_end, const MR_MeshLoadSettings *settings) |
MRC_API MR_expected_MR_Mesh_std_string * | MR_MeshLoad_fromStep_std_istream (MR_std_istream *in, const MR_MeshLoadSettings *settings) |
MRC_API MR_expected_std_shared_ptr_MR_Object_std_string * | MR_MeshLoad_fromSceneStepFile_std_filesystem_path (const char *path, const char *path_end, const MR_MeshLoadSettings *settings) |
MRC_API MR_expected_std_shared_ptr_MR_Object_std_string * | MR_MeshLoad_fromSceneStepFile_std_istream (MR_std_istream *in, const MR_MeshLoadSettings *settings) |
typedef struct MR_expected_MR_Mesh_std_string MR_expected_MR_Mesh_std_string |
typedef struct MR_expected_std_shared_ptr_MR_Object_std_string MR_expected_std_shared_ptr_MR_Object_std_string |
typedef struct MR_MeshLoadSettings MR_MeshLoadSettings |
typedef struct MR_std_istream MR_std_istream |
MRC_API MR_expected_std_shared_ptr_MR_Object_std_string * MR_MeshLoad_fromSceneStepFile_std_filesystem_path | ( | const char * | path, |
const char * | path_end, | ||
const MR_MeshLoadSettings * | settings ) |
load scene from STEP file using OpenCASCADE Generated from function MR::MeshLoad::fromSceneStepFile
. Parameter path
is a UTF-8 encoded filesystem path. Parameter settings
is a single object. Parameter settings
has a default argument: {}
, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_std_shared_ptr_MR_Object_std_string_Destroy()
to free it when you're done using it.
MRC_API MR_expected_std_shared_ptr_MR_Object_std_string * MR_MeshLoad_fromSceneStepFile_std_istream | ( | MR_std_istream * | in, |
const MR_MeshLoadSettings * | settings ) |
Generated from function MR::MeshLoad::fromSceneStepFile
. Parameter in
can not be null. It is a single object. Parameter settings
is a single object. Parameter settings
has a default argument: {}
, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_std_shared_ptr_MR_Object_std_string_Destroy()
to free it when you're done using it.
MRC_API MR_expected_MR_Mesh_std_string * MR_MeshLoad_fromStep_std_filesystem_path | ( | const char * | path, |
const char * | path_end, | ||
const MR_MeshLoadSettings * | settings ) |
load mesh data from STEP file using OpenCASCADE Generated from function MR::MeshLoad::fromStep
. Parameter path
is a UTF-8 encoded filesystem path. Parameter settings
is a single object. Parameter settings
has a default argument: {}
, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_MR_Mesh_std_string_Destroy()
to free it when you're done using it.
MRC_API MR_expected_MR_Mesh_std_string * MR_MeshLoad_fromStep_std_istream | ( | MR_std_istream * | in, |
const MR_MeshLoadSettings * | settings ) |
Generated from function MR::MeshLoad::fromStep
. Parameter in
can not be null. It is a single object. Parameter settings
is a single object. Parameter settings
has a default argument: {}
, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_MR_Mesh_std_string_Destroy()
to free it when you're done using it.