Python
Overview
This Library is targeted to provide a set of tools to allow easier manipulation and readability, particularly for Data Related Programming.
Installation
or
Basic Usage
The ducpy
package provides Python types and utility functions to work with the duc
CAD file format. Here’s a quick overview of how to use it:
Package Structure
The ducpy
package is organized into the following main modules:
- parse: Functions for parsing duc files and converting to Python objects
- serialize: Functions for serializing Python objects back to duc format
- classes: Python class definitions for duc entities
- utils: Utility functions for working with duc files
Each module provides specific functionality for working with different aspects of the duc file format.
Edit on GitHub
Last updated on