ENTITY IfcRigidOperation

(* SCHEMA IFC4; *)
ENTITY IfcRigidOperation
 SUBTYPE OF (IfcCoordinateOperation);
	FirstCoordinate : IfcMeasureValue;
	SecondCoordinate : IfcMeasureValue;
	Height : IfcLengthMeasure;
 WHERE
	SameCoordinateType : (('IFC4.IFCLENGTHMEASURE' IN TYPEOF(FirstCoordinate)) AND ('IFC4.IFCLENGTHMEASURE' IN TYPEOF(SecondCoordinate))) OR (('IFC4.IFCPLANEANGLEMEASURE' IN TYPEOF(FirstCoordinate)) AND ('IFC4.IFCPLANEANGLEMEASURE' IN TYPEOF(SecondCoordinate)));
END_ENTITY;

Explicit Attributes

Entity IfcRigidOperation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 SourceCRSIfcCoordinateReferenceSystemSelect (SELECT)IfcCoordinateOperation
 TargetCRSIfcCoordinateReferenceSystem (ENTITY)IfcCoordinateOperation
 FirstCoordinateIfcMeasureValue (SELECT)IfcRigidOperation
 SecondCoordinateIfcMeasureValue (SELECT)IfcRigidOperation
 HeightIfcLengthMeasure (REAL)IfcRigidOperation

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcRigidOperation inherits from the following supertypes:
  IfcCoordinateOperation

Subtypes

    No subtypes

Referenced By

Entity IfcRigidOperation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcCoordinateOperation ENTITY IfcRigidOperation
 IfcCoordinateReferenceSystem ENTITY IfcCoordinateOperation
 IfcGeometricRepresentationContext ENTITY IfcCoordinateOperation


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:31:09-05:00