ENTITY IfcProduct
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcProduct
ABSTRACT SUPERTYPE OF (ONEOF
(IfcAnnotation
,IfcElement
,IfcGrid
,IfcPort
,IfcProxy
,IfcSpatialStructureElement
,IfcStructuralActivity
,IfcStructuralItem))
SUBTYPE OF (IfcObject);
ObjectPlacement : OPTIONAL IfcObjectPlacement;
Representation : OPTIONAL IfcProductRepresentation;
INVERSE
ReferencedBy : SET [0:?] OF IfcRelAssignsToProduct FOR RelatingProduct;
WHERE
WR1 : (EXISTS(Representation) AND EXISTS(ObjectPlacement))
OR (EXISTS(Representation) AND
(NOT('IFC2X2_FINAL.IFCPRODUCTDEFINITIONSHAPE' IN TYPEOF(Representation))))
OR (NOT(EXISTS(Representation)));
END_ENTITY;
Explicit Attributes
Entity IfcProduct has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcProduct has the following local and inherited inverse attributes:
Supertypes
Entity IfcProduct inherits from the following supertypes:
IfcRoot
IfcObject
Subtypes
Entity IfcProduct has the following subtypes:
IfcAnnotation* IfcBeam IfcBuilding IfcBuildingElement IfcBuildingElementComponent IfcBuildingElementPart IfcBuildingElementProxy IfcBuildingStorey IfcChamferEdgeFeature IfcColumn IfcCovering IfcCurtainWall IfcDiscreteAccessory IfcDistributionChamberElement IfcDistributionControlElement IfcDistributionElement IfcDistributionFlowElement IfcDistributionPort IfcDoor IfcEdgeFeature IfcElectricalElement IfcElectricDistributionPoint IfcElement* IfcElementAssembly IfcElementComponent IfcEnergyConversionDevice IfcEquipmentElement IfcFastener IfcFeatureElement IfcFeatureElementAddition IfcFeatureElementSubtraction IfcFlowController IfcFlowFitting IfcFlowMovingDevice IfcFlowSegment IfcFlowStorageDevice IfcFlowTerminal IfcFlowTreatmentDevice IfcFooting IfcFurnishingElement IfcGrid* IfcMechanicalFastener IfcMember IfcOpeningElement IfcPile IfcPlate IfcPort* IfcProjectionElement IfcProxy* IfcRailing IfcRamp IfcRampFlight IfcReinforcingBar IfcReinforcingElement IfcReinforcingMesh IfcRoof IfcRoundedEdgeFeature IfcSite IfcSlab IfcSpace IfcSpatialStructureElement* IfcStair IfcStairFlight IfcStructuralAction IfcStructuralActivity* IfcStructuralConnection IfcStructuralCurveConnection IfcStructuralCurveMember IfcStructuralCurveMemberVarying IfcStructuralItem* IfcStructuralLinearAction IfcStructuralLinearActionVarying IfcStructuralMember IfcStructuralPlanarAction IfcStructuralPlanarActionVarying IfcStructuralPointAction IfcStructuralPointConnection IfcStructuralPointReaction IfcStructuralReaction IfcStructuralSurfaceConnection IfcStructuralSurfaceMember IfcStructuralSurfaceMemberVarying IfcTendon IfcTendonAnchor IfcTransportElement IfcVirtualElement IfcWall IfcWallStandardCase IfcWindow
* - Immediate Subtypes
Referenced By
Entity IfcProduct and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00