Log In   View a printable version of the current page.
Represent Connection Geometry (FP)
Added by Janice Wix, last edited by Janice Wix on Feb 11, 2007
Labels: 
(None)


Represent Connection Geometry

Overview

Identifies the information requirements for the specification of the geometry of the connection at a point curve or surface.

Results

Specification of the geometry of a connection.

Description Entity/Pset/Functional Part MAN REC OPT
Select the subtype of connection geometry        

If the geometry of the connection is a point, the subtype will be IfcConnectionPointGeometry

       

Select the point on the relating element

IfcConnectionPointGeometry.PointOnRelatingElement::fp_represent_point    

Select the point on the related element

IfcConnectionPointGeometry.PointOnRelatedElement::fp_represent_point    

If the geometry of the connection is a curve, the subtype will be IfcConnectionCurveGeometry

       

Select the curve on the relating element

IfcConnectionCurveGeometry.CurveOnRelatingElement::fp_represent_bounded_curve    

Select the curve on the related element

IfcConnectionCurveGeometry.CurveOnRelatedElement::fp_represent_bounded_curve    

If the geometry of the connection is a surface, the subtype will be IfcConnectionSurfaceGeometry

       

Select the surface on the relating element

IfcConnectionSurfaceGeometry.SurfaceOnRelatingElement::fp_represent_surface    

Select the surface on the related element

IfcConnectionSurfaceGeometry.SurfaceOnRelatedElement::fp_represent_surface    

IFC Entities Required

  • IfcConnectionGeometry
  • IfcConnectionCurveGeometry
  • IfcConnectionPointGeometry
  • IfcConnectionSurfaceGeometry
  • ** note that IfcConnectionPortGeometry is deprecated and is not included in this functional part

IFC Datatypes Required

  • -

IFC Functions Required

  • -

IDM Functional Parts Required

  • fp_represent_bounded_curve
  • fp_represent_point
  • fp_represent_surface

EXPRESS-G

EXPRESS Schema
SCHEMA FP_REPRESENT_CONNECTION_GEOMETRY;

  ENTITY IfcConnectionGeometry
    ABSTRACT SUPERTYPE OF (ONEOF(IfcConnectionCurveGeometry, IfcConnectionPointGeometry, IfcConnectionSurfaceGeometry));
  END_ENTITY;

  ENTITY IfcConnectionCurveGeometry
    SUBTYPE OF(IfcConnectionGeometry);
      CurveOnRelatingElement : fp_represent_bounded_curve;
      CurveOnRelatedElement  : OPTIONAL fp_represent_bounded_curve;
  END_ENTITY;

  ENTITY IfcConnectionPointGeometry
    SUBTYPE OF(IfcConnectionGeometry);
      PointOnRelatingElement : fp_represent_point;
      PointOnRelatedElement  : OPTIONAL fp_represent_point;
  END_ENTITY;

  ENTITY IfcConnectionSurfaceGeometry
    SUBTYPE OF(IfcConnectionGeometry);
      SurfaceOnRelatingElement : fp_represent_surface;
      SurfaceOnRelatedElement  : OPTIONAL fp_represent_surface;
  END_ENTITY;

  ENTITY fp_represent_bounded_curve;
  END_ENTITY;

  ENTITY fp_represent_surface;
  END_ENTITY;

  ENTITY fp_represent_point;
  END_ENTITY;

END_SCHEMA;

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.1.3 Build:#408 Jan 23, 2006) - Bug/feature request - Contact Administrators