Skip to content

omarcin96/SPDF3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPDF3D - Step to PDF3D

This program convert .step format files to .pdf with 3d models.

Table of content

Usage

SPDF3D.exe -i <path_to_step> -o <save_path_pdf3d>

Motivation

I created this program because, i couldn't find free and opensource converter. I used this program to convert lots of files in company.

Compile

Dependicies:

Before compile SPDF3D project. You need compile this dependicies:

Using CMake

You should run cmake gui and configure necessary variables. Optionaly, you can using terminal:

cmake <path_to_source> \
	-GLM_ROOT_DIR=<path> \
	-HARU_INCLUDES_DIR=<path> \
	-HARU_DBG_LIB_DIR=<path> \
	-HARU_OPT_LIB_DIR=<path> \
	-PRC_INCLUDES_DIR=<path> \
	-PRC_DBG_LIBS_DIR=<path> \
	-PRC_OPT_LIBS_DIR=<path> \
	-OCS_INCLUDES_DIR=<path> \
	-OCS_DBG_LIBS_DIR=<path> \
	-OCS_OPT_LIBS_DIR=<path> \
	-ZLIB_DBG_LIBS_DIR=<path> \
	-ZLIB_OPT_LIBS_DIR=<path> \

License:

This program use MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published