mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
bim.link_ifc - document default query
To make it more discoverable for users.
This commit is contained in:
@@ -1329,7 +1329,10 @@ class LinkIfc(bpy.types.Operator, ImportHelper, tool.Ifc.Operator):
|
|||||||
use_cache: bpy.props.BoolProperty(name="Use Cache", default=True)
|
use_cache: bpy.props.BoolProperty(name="Use Cache", default=True)
|
||||||
query: bpy.props.StringProperty( # pyright: ignore[reportRedeclaration]
|
query: bpy.props.StringProperty( # pyright: ignore[reportRedeclaration]
|
||||||
name="Query",
|
name="Query",
|
||||||
description="Custom selector query to use to load element from a linked model. E.g. 'IfcElement'.",
|
description=(
|
||||||
|
"Custom selector query to use to load element from a linked model. E.g. 'IfcElement'.\n\n"
|
||||||
|
"Default query - IfcElement, but excluding IfcProxy, IfcSpatialStructureElement, IfcSpatialElement, IfcFeatureElement."
|
||||||
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
filename_ext = ".ifc"
|
filename_ext = ".ifc"
|
||||||
|
|||||||
Reference in New Issue
Block a user