|
| __init__ (self, builder, modules=all_modules, use_graphics=True) |
|
| build (self) |
|
| find (self) |
|
| output (self) |
|
| touch (self) |
|
| __str__ (self) |
|
| __new__ (cls, builder, *args, **kwargs) |
|
| depends (self) |
|
| found_output (self) |
|
| found_depends (self) |
|
| up_to_date (self) |
|
| has_test (self) |
|
| do (self) |
|
| __getitem__ (self, class_) |
|
| sdir (self) |
|
| bdir (self) |
|
| __and__ (self, other) |
|
| __or__ (self, other) |
|
| __add__ (self, other) |
|
|
| modules |
|
| installed_files |
|
| use_graphics |
|
| bdir |
|
| found_depends |
|
| found_output |
|
|
str | version = "7.8.1" |
|
list | all_modules |
|
str | version = "<unspecified version>" |
|
dict | installed_files = {"bin":[], "include":[], "lib":[], "cmake":[]} |
|
| builder = None |
|
|
| make (arg) |
|
| _found_output = None |
|
| _found_depends = None |
|
◆ build()
hexedpy.build_utils.Occt.build |
( |
| self | ) |
|
◆ find()
hexedpy.build_utils.Occt.find |
( |
| self | ) |
|
◆ all_modules
list hexedpy.build_utils.Occt.all_modules |
|
static |
Initial value:= [
"ApplicationFramework",
"DETools",
"DataExchange",
"Draw",
"FoundationClasses",
"ModelingAlgorithms",
"ModelingData",
"Visualization",
]
The documentation for this class was generated from the following file:
- python_package/hexedpy/build_utils.py