ENTITY IfcDerivedProfileDef

(* SCHEMA IFC4; *)
ENTITY IfcDerivedProfileDef
 SUPERTYPE OF (ONEOF
    (IfcMirroredProfileDef))
 SUBTYPE OF (IfcProfileDef);
	ParentProfile : IfcProfileDef;
	Operator : IfcCartesianTransformationOperator2D;
	Label : OPTIONAL IfcLabel;
 WHERE
	InvariantProfileType : SELF\IfcProfileDef.ProfileType = ParentProfile.ProfileType;
END_ENTITY;

Explicit Attributes

Entity IfcDerivedProfileDef has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileTypeIfcProfileTypeEnum (ENUM)IfcProfileDef
 ProfileNameIfcLabel (STRING)IfcProfileDef
 ParentProfileIfcProfileDef (ENTITY)IfcDerivedProfileDef
 OperatorIfcCartesianTransformationOperator2D (ENTITY)IfcDerivedProfileDef
 LabelIfcLabel (STRING)IfcDerivedProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcDerivedProfileDef has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasExternalReferenceSET OF IfcExternalReferenceRelationship (ENTITY)IfcProfileDef
 HasPropertiesSET OF IfcProfileProperties (ENTITY)IfcProfileDef

Supertypes

Entity IfcDerivedProfileDef inherits from the following supertypes:
  IfcProfileDef

Subtypes

Entity IfcDerivedProfileDef has the following subtypes:
    IfcMirroredProfileDef*
* - Immediate Subtypes

Referenced By

Entity IfcDerivedProfileDef and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcArbitraryOpenProfileDef ENTITY IfcProfileDef
 IfcArbitraryProfileDefWithVoids ENTITY IfcProfileDef
 IfcCompositeProfileDef ENTITY IfcProfileDef
 IfcDerivedProfileDef ENTITY IfcProfileDef
 IfcExtrudedAreaSolidTapered ENTITY IfcProfileDef
 IfcMaterialProfile ENTITY IfcProfileDef
 IfcMirroredProfileDef ENTITY IfcDerivedProfileDef
 IfcProfileDef ENTITY IfcDerivedProfileDef
 IfcProfileProperties ENTITY IfcProfileDef
 IfcResourceObjectSelect SELECT IfcProfileDef
 IfcRevolvedAreaSolidTapered ENTITY IfcProfileDef
 IfcSectionedSpine ENTITY IfcProfileDef
 IfcSectionProperties ENTITY IfcProfileDef
 IfcSweptAreaSolid ENTITY IfcProfileDef
 IfcSweptSurface ENTITY IfcProfileDef
 IfcTaperedSweptAreaProfiles FUNCTION IfcProfileDef
 IfcTaperedSweptAreaProfiles FUNCTION IfcDerivedProfileDef


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:42-04:00