JunkBox_Lib++ (for Windows) 1.10.1
|
#include "tools++.h"
#include "txml.h"
#include "TriBrep.h"
#include "Rotation.h"
#include "ContourBaseData.h"
#include "MaterialParam.h"
#include "MeshObjectData.h"
Go to the source code of this file.
Classes | |
class | OBJData |
class | OBJFacetGeoNode |
class | OBJFacetMtlNode |
Namespaces | |
namespace | jbxl |
Macros | |
#define | OBJDATATOOL_STR_OBJFL "OBJ File" |
#define | OBJDATATOOL_STR_MTLFL "MTL File" |
#define | OBJDATATOOL_STR_TOOL "Created by CBJDataTool in the JunkBox_Lib++ (https://github.com/JunkBox-Library)" |
#define | OBJDATATOOL_STR_AUTHOR "JBXL OBJ Data Tool Library (C) 2024 by Fumi.Iseki" |
#define | OBJDATATOOL_STR_VER "version 1.0.0, 1 Feb. 2024" |
#define | OBJDATATOOL_MAX_FACET 500 |
Max Facets number per File. | |
Functions | |
void | freeOBJData (OBJData *obj) |
#define OBJDATATOOL_MAX_FACET 500 |
Definition at line 28 of file OBJDataTool.h.
Referenced by OBJData::output_obj().
#define OBJDATATOOL_STR_AUTHOR "JBXL OBJ Data Tool Library (C) 2024 by Fumi.Iseki" |
Definition at line 25 of file OBJDataTool.h.
Referenced by OBJData::output_mtl(), and OBJData::output_obj().
#define OBJDATATOOL_STR_MTLFL "MTL File" |
Definition at line 23 of file OBJDataTool.h.
Referenced by OBJData::output_mtl().
#define OBJDATATOOL_STR_OBJFL "OBJ File" |
Definition at line 22 of file OBJDataTool.h.
Referenced by OBJData::output_obj().
#define OBJDATATOOL_STR_TOOL "Created by CBJDataTool in the JunkBox_Lib++ (https://github.com/JunkBox-Library)" |
Definition at line 24 of file OBJDataTool.h.
Referenced by OBJData::output_mtl(), and OBJData::output_obj().
#define OBJDATATOOL_STR_VER "version 1.0.0, 1 Feb. 2024" |
Definition at line 26 of file OBJDataTool.h.
Referenced by OBJData::output_mtl(), and OBJData::output_obj().