|
|
|||
File indexing completed on 2026-04-10 07:49:32
0001 #!/usr/bin/env python 0002 0003 import numpy as np 0004 0005 from opticks.CSG.CSGFoundry import CSGFoundry 0006 0007 cf = CSGFoundry.Load() # sensitive to CFBASE_LOCAL and other such envvars 0008 0009 if __name__ == '__main__': 0010 print(cf) 0011 print(cf.sim) 0012 0013 0014 0015 0016
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|