ENTITY IfcMirroredProfileDef
(* SCHEMA IFC4; *)
ENTITY IfcMirroredProfileDef
SUBTYPE OF (IfcDerivedProfileDef);
DERIVE
SELF\IfcDerivedProfileDef.Operator : IfcCartesianTransformationOperator2D :=
IfcRepresentationItem() || IfcGeometricRepresentationItem() ||
IfcCartesianTransformationOperator(
-- Axis1
IfcRepresentationItem() || IfcGeometricRepresentationItem() ||
IfcDirection([-1., 0.]),
-- Axis2
IfcRepresentationItem() || IfcGeometricRepresentationItem() ||
IfcDirection([ 0., 1.]),
-- LocalOrigin
IfcRepresentationItem() || IfcGeometricRepresentationItem() ||
IfcPoint() || IfcCartesianPoint([0., 0.]),
-- Scale
1.) ||
IfcCartesianTransformationOperator2D();
END_ENTITY;
Explicit Attributes
Entity IfcMirroredProfileDef has the following local and inherited explicit attributes:
* - Explicit attribute redeclared as derived
Derived Attributes
Entity IfcMirroredProfileDef has the following local and inherited derived attributes:
Inverse Attributes
Entity IfcMirroredProfileDef has the following local and inherited inverse attributes:
Supertypes
Entity IfcMirroredProfileDef inherits from the following supertypes:
IfcProfileDef
IfcDerivedProfileDef
Subtypes
No subtypesReferenced By
Entity IfcMirroredProfileDef 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