ENTITY IfcCartesianTransformationOperator2D

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcCartesianTransformationOperator2D
 SUPERTYPE OF (ONEOF
	(IfcCartesianTransformationOperator2DnonUniform))
 SUBTYPE OF (IfcCartesianTransformationOperator);
 DERIVE
	U : LIST [2:2] OF IfcDirection := IfcBaseAxis(2,SELF\IfcCartesianTransformationOperator.Axis1,
          SELF\IfcCartesianTransformationOperator.Axis2,?);
 WHERE
	WR1 : SELF\IfcCartesianTransformationOperator.Dim = 2;
	WR2 : NOT(EXISTS(SELF\IfcCartesianTransformationOperator.Axis1)) OR 
            (SELF\IfcCartesianTransformationOperator.Axis1.Dim = 2);
	WR3 : NOT(EXISTS(SELF\IfcCartesianTransformationOperator.Axis2)) OR 
            (SELF\IfcCartesianTransformationOperator.Axis2.Dim = 2);
END_ENTITY;

Explicit Attributes

Entity IfcCartesianTransformationOperator2D has the following local and inherited explicit attributes:
AttributeTypeDefined By
 AXIS1IfcDirection (ENTITY)IfcCartesianTransformationOperator
 AXIS2IfcDirection (ENTITY)IfcCartesianTransformationOperator
 LocalOriginIfcCartesianPoint (ENTITY)IfcCartesianTransformationOperator
 ScaleREALIfcCartesianTransformationOperator

Derived Attributes

Entity IfcCartesianTransformationOperator2D has the following local and inherited derived attributes:
AttributeTypeDefined By
 SclREALIfcCartesianTransformationOperator
 DimIfcDimensionCount (INTEGER)IfcCartesianTransformationOperator
 ULIST OF IfcDirection (ENTITY)IfcCartesianTransformationOperator2D

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcCartesianTransformationOperator2D inherits from the following supertypes:
  IfcRepresentationItem
    IfcGeometricRepresentationItem
      IfcCartesianTransformationOperator

Subtypes

Entity IfcCartesianTransformationOperator2D has the following subtypes:
    IfcCartesianTransformationOperator2DnonUniform*
* - Immediate Subtypes

Referenced By

Entity IfcCartesianTransformationOperator2D and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAxis1Placement ENTITY IfcRepresentationItem
 IfcAxis1Placement ENTITY IfcGeometricRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBaseAxis FUNCTION IfcGeometricRepresentationItem
 IfcBuild2Axes FUNCTION IfcGeometricRepresentationItem
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcGeometricRepresentationItem
 IfcCartesianTransformationOperator ENTITY IfcCartesianTransformationOperator2D
 IfcCartesianTransformationOperator2D ENTITY IfcCartesianTransformationOperator
 IfcCartesianTransformationOperator2DnonUniform ENTITY IfcCartesianTransformationOperator
 IfcCartesianTransformationOperator3D ENTITY IfcCartesianTransformationOperator
 IfcCartesianTransformationOperator3DnonUniform ENTITY IfcCartesianTransformationOperator
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcCrossProduct FUNCTION IfcGeometricRepresentationItem
 IfcDefinedSymbol ENTITY IfcCartesianTransformationOperator2D
 IfcDerivedProfileDef ENTITY IfcCartesianTransformationOperator2D
 IfcExtrudedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcFirstProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcGeometricRepresentationItem ENTITY IfcCartesianTransformationOperator
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcMappedItem ENTITY IfcCartesianTransformationOperator
 IfcNormalise FUNCTION IfcRepresentationItem
 IfcNormalise FUNCTION IfcGeometricRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcGeometricRepresentationItem
 IfcRepresentation ENTITY IfcRepresentationItem
 IfcRepresentationItem ENTITY IfcGeometricRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcRepresentationItem
 IfcScalarTimesVector FUNCTION IfcGeometricRepresentationItem
 IfcScalarTimesVector FUNCTION IfcRepresentationItem
 IfcSecondProjAxis FUNCTION IfcRepresentationItem
 IfcSecondProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcShapeRepresentationTypes FUNCTION IfcRepresentationItem
 IfcStyledItem ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcRepresentationItem
 IfcSurfaceTexture ENTITY IfcCartesianTransformationOperator2D
 IfcTopologyRepresentationTypes FUNCTION IfcRepresentationItem
 IfcVectorDifference FUNCTION IfcGeometricRepresentationItem
 IfcVectorDifference FUNCTION IfcRepresentationItem
 IfcVectorSum FUNCTION IfcGeometricRepresentationItem
 IfcVectorSum FUNCTION IfcRepresentationItem


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00