ENTITY IfcCompositeCurve

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcCompositeCurve
 SUPERTYPE OF (ONEOF
	(Ifc2DCompositeCurve))
 SUBTYPE OF (IfcBoundedCurve);
	Segments : LIST [1:?] OF IfcCompositeCurveSegment;
	SelfIntersect : LOGICAL;
 DERIVE
	NSegments : INTEGER := SIZEOF(Segments);
	ClosedCurve : LOGICAL := Segments[NSegments].Transition <> Discontinuous;
 WHERE
	WR41 : ((NOT ClosedCurve) AND (SIZEOF(QUERY(Temp <* Segments | Temp.Transition = Discontinuous)) = 1)) OR ((ClosedCurve) AND (SIZEOF(QUERY(Temp <* Segments | Temp.Transition = Discontinuous)) = 0));
	WR42 : SIZEOF( QUERY( Temp <* Segments | Temp.Dim <> Segments[1].Dim)) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcCompositeCurve has the following local and inherited explicit attributes:
AttributeTypeDefined By
 SegmentsLIST OF IfcCompositeCurveSegment (ENTITY)IfcCompositeCurve
 SelfIntersectLOGICALIfcCompositeCurve

Derived Attributes

Entity IfcCompositeCurve has the following local and inherited derived attributes:
AttributeTypeDefined By
 DimIfcDimensionCount (INTEGER)IfcCurve
 NSegmentsINTEGERIfcCompositeCurve
 ClosedCurveLOGICALIfcCompositeCurve

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcCompositeCurve inherits from the following supertypes:
  IfcRepresentationItem
    IfcGeometricRepresentationItem
      IfcCurve
        IfcBoundedCurve

Subtypes

Entity IfcCompositeCurve has the following subtypes:
    Ifc2DCompositeCurve*
* - Immediate Subtypes

Referenced By

Entity IfcCompositeCurve and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 Ifc2DCompositeCurve ENTITY IfcCurve
 Ifc2DCompositeCurve ENTITY IfcCompositeCurve
 IfcAnnotationFillArea ENTITY IfcCurve
 IfcArbitraryClosedProfileDef ENTITY IfcCurve
 IfcArbitraryOpenProfileDef ENTITY IfcBoundedCurve
 IfcArbitraryProfileDefWithVoids ENTITY IfcCurve
 IfcAxis1Placement ENTITY IfcRepresentationItem
 IfcAxis1Placement ENTITY IfcGeometricRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBaseAxis FUNCTION IfcGeometricRepresentationItem
 IfcBoundedCurve ENTITY IfcCompositeCurve
 IfcBuild2Axes FUNCTION IfcGeometricRepresentationItem
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcGeometricRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcCompositeCurveSegment ENTITY IfcCurve
 IfcCompositeCurveSegment ENTITY IfcCompositeCurve
 IfcConnectionCurveGeometry ENTITY IfcBoundedCurve
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcCrossProduct FUNCTION IfcGeometricRepresentationItem
 IfcCurve ENTITY IfcBoundedCurve
 IfcCurveBoundedPlane ENTITY IfcCurve
 IfcCurveDim FUNCTION IfcCurve
 IfcEdgeCurve ENTITY IfcCurve
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcFirstProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcGeometricRepresentationItem ENTITY IfcCurve
 IfcGeometricSetSelect SELECT IfcCurve
 IfcGridAxis ENTITY IfcCurve
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcNormalise FUNCTION IfcRepresentationItem
 IfcNormalise FUNCTION IfcGeometricRepresentationItem
 IfcOffsetCurve2D ENTITY IfcCurve
 IfcOffsetCurve3D ENTITY IfcCurve
 IfcOrthogonalComplement FUNCTION IfcRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcGeometricRepresentationItem
 IfcPointOnCurve ENTITY IfcCurve
 IfcRepresentation ENTITY IfcRepresentationItem
 IfcRepresentationItem ENTITY IfcGeometricRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcCurve
 IfcScalarTimesVector FUNCTION IfcRepresentationItem
 IfcScalarTimesVector FUNCTION IfcGeometricRepresentationItem
 IfcSecondProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcSecondProjAxis FUNCTION IfcRepresentationItem
 IfcSectionedSpine ENTITY IfcCompositeCurve
 IfcShapeRepresentationTypes FUNCTION IfcRepresentationItem
 IfcStyledItem ENTITY IfcRepresentationItem
 IfcSurfaceCurveSweptAreaSolid ENTITY IfcCurve
 IfcSurfaceOfLinearExtrusion ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcCurve
 IfcSurfaceOfRevolution ENTITY IfcRepresentationItem
 IfcSweptDiskSolid ENTITY IfcCurve
 IfcTopologyRepresentationTypes FUNCTION IfcRepresentationItem
 IfcTrimmedCurve ENTITY IfcCurve
 IfcVectorDifference FUNCTION IfcGeometricRepresentationItem
 IfcVectorDifference FUNCTION IfcRepresentationItem
 IfcVectorSum FUNCTION IfcGeometricRepresentationItem
 IfcVectorSum FUNCTION IfcRepresentationItem


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:43:59-04:00