ENTITY IfcAdvancedFace

(* SCHEMA IFC4; *)
ENTITY IfcAdvancedFace
 SUBTYPE OF (IfcFaceSurface);
 WHERE
	ApplicableSurface : SIZEOF (
['IFC4.IFCELEMENTARYSURFACE',
 'IFC4.IFCSWEPTSURFACE',
 'IFC4.IFCBSPLINESURFACE'] *
TYPEOF(SELF\IfcFaceSurface.FaceSurface)) = 1;
	RequiresEdgeCurve : SIZEOF(QUERY (ElpFbnds <* 
  QUERY (Bnds <* SELF\IfcFace.Bounds |
    'IFC4.IFCEDGELOOP' IN TYPEOF(Bnds.Bound)) |
     NOT (SIZEOF (QUERY (Oe <* ElpFbnds.Bound\IfcEdgeLoop.EdgeList |
       NOT('IFC4.IFCEDGECURVE' IN 
       TYPEOF(Oe\IfcOrientedEdge.EdgeElement)
  ))) = 0
))) = 0;
	ApplicableEdgeCurves : SIZEOF(QUERY (ElpFbnds <* 
  QUERY (Bnds <* SELF\IfcFace.Bounds |
    'IFC4.IFCEDGELOOP' IN TYPEOF(Bnds.Bound)) |
     NOT (SIZEOF (QUERY (Oe <* ElpFbnds.Bound\IfcEdgeLoop.EdgeList |
       NOT (SIZEOF (['IFC4.IFCLINE',
                     'IFC4.IFCCONIC',
                     'IFC4.IFCPOLYLINE',
                     'IFC4.IFCBSPLINECURVE'] *
         TYPEOF(Oe\IfcOrientedEdge.EdgeElement\IfcEdgeCurve.EdgeGeometry)) = 1 )
  )) = 0
))) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcAdvancedFace has the following local and inherited explicit attributes:
AttributeTypeDefined By
 BoundsSET OF IfcFaceBound (ENTITY)IfcFace
 FaceSurfaceIfcSurface (ENTITY)IfcFaceSurface
 SameSenseIfcBoolean (BOOLEAN)IfcFaceSurface

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcAdvancedFace has the following local and inherited inverse attributes:
AttributeTypeDefined By
 LayerAssignmentSET OF IfcPresentationLayerAssignment (ENTITY)IfcRepresentationItem
 StyledByItemSET OF IfcStyledItem (ENTITY)IfcRepresentationItem
 HasTextureMapsSET OF IfcTextureMap (ENTITY)IfcFace

Supertypes

Entity IfcAdvancedFace inherits from the following supertypes:
  IfcRepresentationItem
    IfcTopologicalRepresentationItem
      IfcFace
        IfcFaceSurface

Subtypes

    No subtypes

Referenced By

Entity IfcAdvancedFace and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAdvancedFace ENTITY IfcFaceSurface
 IfcAdvancedFace ENTITY IfcFace
 IfcAxis1Placement ENTITY IfcRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcConnectedFaceSet ENTITY IfcFace
 IfcConvertDirectionInto2D FUNCTION IfcRepresentationItem
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcFace ENTITY IfcFaceSurface
 IfcFaceSurface ENTITY IfcAdvancedFace
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcMirroredProfileDef ENTITY IfcRepresentationItem
 IfcNormalise FUNCTION IfcRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcRepresentationItem
 IfcRepresentation ENTITY IfcRepresentationItem
 IfcRepresentationItem ENTITY IfcTopologicalRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcRepresentationItem
 IfcScalarTimesVector FUNCTION IfcRepresentationItem
 IfcSecondProjAxis FUNCTION IfcRepresentationItem
 IfcShapeRepresentationTypes FUNCTION IfcRepresentationItem
 IfcStyledItem ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcRepresentationItem
 IfcSurfaceOrFaceSurface SELECT IfcFaceSurface
 IfcTextureMap ENTITY IfcFace
 IfcTopologicalRepresentationItem ENTITY IfcFace
 IfcTopologyRepresentationTypes FUNCTION IfcRepresentationItem
 IfcVectorDifference FUNCTION IfcRepresentationItem
 IfcVectorSum FUNCTION IfcRepresentationItem


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:40-04:00