ENTITY IfcCartesianTransformationOperator

(* SCHEMA IFC2X3; *)
ENTITY IfcCartesianTransformationOperator
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcCartesianTransformationOperator2D
	,IfcCartesianTransformationOperator3D))
 SUBTYPE OF (IfcGeometricRepresentationItem);
	Axis1 : OPTIONAL IfcDirection;
	Axis2 : OPTIONAL IfcDirection;
	LocalOrigin : IfcCartesianPoint;
	Scale : OPTIONAL REAL;
 DERIVE
	Scl : REAL := NVL(Scale, 1.0);
	Dim : IfcDimensionCount := LocalOrigin.Dim;
 WHERE
	WR1 : Scl > 0.0;
END_ENTITY;

Explicit Attributes

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

Derived Attributes

Entity IfcCartesianTransformationOperator has the following local and inherited derived attributes:
AttributeTypeDefined By
 SclREALIfcCartesianTransformationOperator
 DimIfcDimensionCount (INTEGER)IfcCartesianTransformationOperator

Inverse Attributes

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

Supertypes

Entity IfcCartesianTransformationOperator inherits from the following supertypes:
  IfcRepresentationItem
    IfcGeometricRepresentationItem

Subtypes

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

Referenced By

Entity IfcCartesianTransformationOperator and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAnnotationSurface ENTITY IfcGeometricRepresentationItem
 IfcAxis1Placement ENTITY IfcGeometricRepresentationItem
 IfcAxis1Placement ENTITY IfcRepresentationItem
 IfcBaseAxis FUNCTION IfcGeometricRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBuild2Axes FUNCTION IfcGeometricRepresentationItem
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcGeometricRepresentationItem
 IfcCartesianTransformationOperator2D ENTITY IfcCartesianTransformationOperator
 IfcCartesianTransformationOperator2DnonUniform ENTITY IfcCartesianTransformationOperator
 IfcCartesianTransformationOperator3D ENTITY IfcCartesianTransformationOperator
 IfcCartesianTransformationOperator3DnonUniform ENTITY IfcCartesianTransformationOperator
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcCrossProduct FUNCTION IfcGeometricRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcFirstProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcGeometricRepresentationItem ENTITY IfcCartesianTransformationOperator
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcMappedItem ENTITY IfcCartesianTransformationOperator
 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 IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcRepresentationItem
 IfcTopologyRepresentationTypes FUNCTION IfcRepresentationItem
 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:44:15-04:00