forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new features to geocad library.
- New features are used to export partial geometries to STEP files. - Added 3 new member functions TGeoToStep::CreatePartialGeometry taking different arguments. - The first takes a file_name and a max_level, and defaults to the previous (default arguments) behavior. The max_level sets the node depth that will be exported in the STEP file. - The second version, in addition to the previous version, has a part_name argument. This is the name of a volume that is associated with a level 1 node. Only this node and its children down to max_level will be exported. - Similarly, a third version takes a map of part_name/max_level key/value pairs. This allows the multiple level 1 nodes to be selected and exported to different max_levels. modified: geom/geocad/inc/TGeoToStep.h modified: geom/geocad/inc/TOCCToStep.h modified: geom/geocad/src/TGeoToStep.cxx modified: geom/geocad/src/TOCCToStep.cxx
- Loading branch information
Showing
4 changed files
with
215 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters