ENTITY IfcEdgeLoop

(* SCHEMA IFC4; *)
ENTITY IfcEdgeLoop
 SUBTYPE OF (IfcLoop);
	EdgeList : LIST [1:?] OF IfcOrientedEdge;
 DERIVE
	Ne : IfcInteger := SIZEOF(EdgeList);
 WHERE
	IsClosed : (EdgeList[1].EdgeStart) :=: (EdgeList[Ne].EdgeEnd);
	IsContinuous : IfcLoopHeadToTail(SELF);
END_ENTITY;

Explicit Attributes

Entity IfcEdgeLoop has the following local and inherited explicit attributes:
AttributeTypeDefined By
 EdgeListLIST OF IfcOrientedEdge (ENTITY)IfcEdgeLoop

Derived Attributes

Entity IfcEdgeLoop has the following local and inherited derived attributes:
AttributeTypeDefined By
 NeIfcInteger (INTEGER)IfcEdgeLoop

Inverse Attributes

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

Supertypes

Entity IfcEdgeLoop inherits from the following supertypes:
  IfcRepresentationItem
    IfcTopologicalRepresentationItem
      IfcLoop

Subtypes

    No subtypes

Referenced By

Entity IfcEdgeLoop and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAdvancedFace ENTITY IfcEdgeLoop
 IfcAxis1Placement ENTITY IfcRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcConvertDirectionInto2D FUNCTION IfcRepresentationItem
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcFaceBound ENTITY IfcLoop
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcLoop ENTITY IfcEdgeLoop
 IfcLoopHeadToTail FUNCTION IfcEdgeLoop
 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
 IfcTopologicalRepresentationItem ENTITY IfcLoop
 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:42-04:00