你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 15:27:57 +08:00
fixed import
这个提交包含在:
@@ -1,13 +1,15 @@
|
|||||||
"""Class for fractal box modifications command."""
|
"""Class for fractal box modifications command."""
|
||||||
from .cmds_geometry import UserObjectGeometry
|
from .cmds_geometry import UserObjectGeometry
|
||||||
from ..exceptions import CmdInputError
|
from ..exceptions import CmdInputError
|
||||||
from ..constants import floattype
|
from ..config import dtypes
|
||||||
from ..cython.geometry_primitives import build_voxels_from_array
|
from ..cython.geometry_primitives import build_voxels_from_array
|
||||||
from ..cython.geometry_primitives import build_voxels_from_array_mask
|
from ..cython.geometry_primitives import build_voxels_from_array_mask
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
|
|
||||||
|
floattype = dtypes['float_or_double']
|
||||||
|
|
||||||
class FractalBoxBuilder(UserObjectGeometry):
|
class FractalBoxBuilder(UserObjectGeometry):
|
||||||
"""Internal class for fractal box modifications. This class should be used
|
"""Internal class for fractal box modifications. This class should be used
|
||||||
internally only when surface modification have been made to a fractal box"""
|
internally only when surface modification have been made to a fractal box"""
|
||||||
|
在新工单中引用
屏蔽一个用户