aerocaps.iges.iges_generator.IGESGenerator#
- class IGESGenerator(entities: List[IGESEntity], units: str)[source]#
Bases:
object- __init__(entities: List[IGESEntity], units: str)[source]#
Creation class for an IGES file using a list of IGES entities. To generate the file, use the
generatemethod.- Parameters:
entities (List[IGESEntity]) – List of IGES entities from which a file can be created
units (str) – Output units to be stored in the IGES file
Methods
generate(file_name)Generates an IGES file containing all the information for the entities.