ENTITY IfcCompositeCurve

(* SCHEMA IFC4; *)
ENTITY IfcCompositeCurve
 SUPERTYPE OF (ONEOF
    (IfcCompositeCurveOnSurface))
 SUBTYPE OF (IfcBoundedCurve);
	Segments : LIST [1:?] OF IfcCompositeCurveSegment;
	SelfIntersect : IfcLogical;
 DERIVE
	NSegments : IfcInteger := SIZEOF(Segments);
	ClosedCurve : IfcLogical := Segments[NSegments].Transition <> Discontinuous;
 WHERE
	CurveContinuous : ((NOT ClosedCurve) AND (SIZEOF(QUERY(Temp <* Segments | Temp.Transition = Discontinuous)) = 1)) OR ((ClosedCurve) AND (SIZEOF(QUERY(Temp <* Segments | Temp.Transition = Discontinuous)) = 0));
	SameDim : 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
 SelfIntersectIfcLogical (LOGICAL)IfcCompositeCurve

Derived Attributes

Entity IfcCompositeCurve has the following local and inherited derived attributes:
AttributeTypeDefined By
 DimIfcDimensionCount (INTEGER)IfcCurve
 NSegmentsIfcInteger (INTEGER)IfcCompositeCurve
 ClosedCurveIfcLogical (LOGICAL)IfcCompositeCurve

Inverse Attributes

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

Supertypes

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

Subtypes

Entity IfcCompositeCurve has the following subtypes:
    IfcBoundaryCurve
    IfcCompositeCurveOnSurface*
    IfcOuterBoundaryCurve
* - Immediate Subtypes

Referenced By

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


[Top Level Definitions] [Exit]

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