ENTITY IfcRigidOperation
(* SCHEMA IFC4; *)
ENTITY IfcRigidOperation
SUBTYPE OF (IfcCoordinateOperation);
FirstCoordinate : IfcMeasureValue;
SecondCoordinate : IfcMeasureValue;
Height : OPTIONAL 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:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity IfcRigidOperation inherits from the following supertypes:
IfcCoordinateOperation
Subtypes
No subtypesReferenced By
Entity IfcRigidOperation and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00