Implement IFC element inspector interface, useful for training and teaching OpenBIM

This commit is contained in:
Dion Moult
2020-11-08 21:52:34 +11:00
parent 05c952073b
commit b37ea77934
4 changed files with 81 additions and 5 deletions
@@ -208,6 +208,8 @@ if bpy is not None:
operator.CopyPropertyToSelection,
operator.CreateShapeFromStepId,
operator.SelectHighPolygonMeshes,
operator.InspectFromStepId,
operator.InspectFromObject,
operator.RefreshDrawingList,
operator.GetRepresentationIfcParameters,
operator.UpdateIfcRepresentation,
@@ -241,6 +243,7 @@ if bpy is not None:
prop.BcfTopicDocumentReference,
prop.BcfTopicRelatedTopic,
prop.Subcontext,
prop.Attribute,
prop.BIMProperties,
prop.BIMDebugProperties,
prop.BCFProperties,
@@ -248,7 +251,6 @@ if bpy is not None:
prop.BIMLibrary,
prop.MapConversion,
prop.TargetCRS,
prop.Attribute,
prop.IfcParameter,
prop.BoundaryCondition,
prop.PsetQto,