ENTITY IfcCartesianTransformationOperator2D

(* SCHEMA IFC4; *)
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
	DimEqual2 : SELF\IfcCartesianTransformationOperator.Dim = 2;
	Axis1Is2D : NOT(EXISTS(SELF\IfcCartesianTransformationOperator.Axis1)) OR 
(SELF\IfcCartesianTransformationOperator.Axis1.Dim = 2);
	Axis2Is2D : 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
 ScaleIfcReal (REAL)IfcCartesianTransformationOperator

Derived Attributes

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

Inverse Attributes

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

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 IfcGeometricRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuild2Axes FUNCTION IfcGeometricRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcGeometricRepresentationItem
 IfcCartesianTransformationOperator ENTITY IfcCartesianTransformationOperator2D
 IfcCartesianTransformationOperator2D ENTITY IfcCartesianTransformationOperator
 IfcCartesianTransformationOperator2DnonUniform ENTITY IfcCartesianTransformationOperator
 IfcCartesianTransformationOperator3D ENTITY IfcCartesianTransformationOperator
 IfcCartesianTransformationOperator3DnonUniform ENTITY IfcCartesianTransformationOperator
 IfcConvertDirectionInto2D FUNCTION IfcRepresentationItem
 IfcConvertDirectionInto2D FUNCTION IfcGeometricRepresentationItem
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcCrossProduct FUNCTION IfcGeometricRepresentationItem
 IfcDerivedProfileDef ENTITY IfcCartesianTransformationOperator2D
 IfcExtrudedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcFirstProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcGeometricRepresentationItem ENTITY IfcCartesianTransformationOperator
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcMappedItem ENTITY IfcCartesianTransformationOperator
 IfcMirroredProfileDef ENTITY IfcGeometricRepresentationItem
 IfcMirroredProfileDef ENTITY IfcCartesianTransformationOperator2D
 IfcMirroredProfileDef ENTITY IfcCartesianTransformationOperator
 IfcMirroredProfileDef ENTITY IfcRepresentationItem
 IfcNormalise FUNCTION IfcGeometricRepresentationItem
 IfcNormalise FUNCTION IfcRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcGeometricRepresentationItem
 IfcRepresentation ENTITY IfcRepresentationItem
 IfcRepresentationItem ENTITY IfcGeometricRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcScalarTimesVector FUNCTION IfcGeometricRepresentationItem
 IfcScalarTimesVector FUNCTION IfcRepresentationItem
 IfcSecondProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcSecondProjAxis FUNCTION IfcRepresentationItem
 IfcShapeRepresentationTypes FUNCTION IfcRepresentationItem
 IfcStyledItem ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcRepresentationItem
 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
2016-06-01T11:21:41-04:00