ENTITY IfcGeometricRepresentationSubContext

(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcGeometricRepresentationSubContext
 SUBTYPE OF (IfcGeometricRepresentationContext);
	ParentContext : IfcGeometricRepresentationContext;
	TargetScale : OPTIONAL IfcPositiveRatioMeasure;
	TargetView : IfcGeometricProjectionEnum;
	UserDefinedTargetView : OPTIONAL IfcLabel;
 DERIVE
	SELF\IfcGeometricRepresentationContext.WorldCoordinateSystem : IfcAxis2Placement := ParentContext.WorldCoordinateSystem;
	SELF\IfcGeometricRepresentationContext.CoordinateSpaceDimension : IfcDimensionCount := ParentContext.CoordinateSpaceDimension;
	SELF\IfcGeometricRepresentationContext.TrueNorth : IfcDirection := ParentContext.TrueNorth;
	SELF\IfcGeometricRepresentationContext.Precision : REAL := ParentContext.Precision;
 WHERE
	WR31 : NOT('IFC2X2_FINAL.IFCGEOMETRICREPRESENTATIONSUBCONTEXT' IN TYPEOF(ParentContext));
	WR32 : (TargetView <> IfcGeometricProjectionEnum.USERDEFINED) OR 
             ((TargetView =  IfcGeometricProjectionEnum.USERDEFINED) AND 
              EXISTS(UserDefinedTargetView));
END_ENTITY;

Explicit Attributes

Entity IfcGeometricRepresentationSubContext has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ContextIdentifierIfcLabel (STRING)IfcRepresentationContext
 ContextTypeIfcLabel (STRING)IfcRepresentationContext
 CoordinateSpaceDimension*IfcDimensionCount (INTEGER)IfcGeometricRepresentationSubContext(Redcl from IfcGeometricRepresentationContext)
 Precision*REALIfcGeometricRepresentationSubContext(Redcl from IfcGeometricRepresentationContext)
 WorldCoordinateSystem*IfcAxis2Placement (SELECT)IfcGeometricRepresentationSubContext(Redcl from IfcGeometricRepresentationContext)
 TrueNorth*IfcDirection (ENTITY)IfcGeometricRepresentationSubContext(Redcl from IfcGeometricRepresentationContext)
 ParentContextIfcGeometricRepresentationContext (ENTITY)IfcGeometricRepresentationSubContext
 TargetScaleIfcPositiveRatioMeasure (REAL)IfcGeometricRepresentationSubContext
 TargetViewIfcGeometricProjectionEnum (ENUM)IfcGeometricRepresentationSubContext
 UserDefinedTargetViewIfcLabel (STRING)IfcGeometricRepresentationSubContext

* - Explicit attribute redeclared as derived

Derived Attributes

Entity IfcGeometricRepresentationSubContext has the following local and inherited derived attributes:
AttributeTypeDefined By
 WorldCoordinateSystemIfcAxis2Placement (SELECT)IfcGeometricRepresentationSubContext(Redcl from IfcGeometricRepresentationContext)
 CoordinateSpaceDimensionIfcDimensionCount (INTEGER)IfcGeometricRepresentationSubContext(Redcl from IfcGeometricRepresentationContext)
 TrueNorthIfcDirection (ENTITY)IfcGeometricRepresentationSubContext(Redcl from IfcGeometricRepresentationContext)
 PrecisionREALIfcGeometricRepresentationSubContext(Redcl from IfcGeometricRepresentationContext)

Inverse Attributes

Entity IfcGeometricRepresentationSubContext has the following local and inherited inverse attributes:
AttributeTypeDefined By
 RepresentationsInContextSET OF IfcRepresentation (ENTITY)IfcRepresentationContext

Supertypes

Entity IfcGeometricRepresentationSubContext inherits from the following supertypes:
  IfcRepresentationContext
    IfcGeometricRepresentationContext

Subtypes

    No subtypes

Referenced By

Entity IfcGeometricRepresentationSubContext and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcGeometricRepresentationContext ENTITY IfcGeometricRepresentationSubContext
 IfcGeometricRepresentationSubContext ENTITY IfcGeometricRepresentationContext
 IfcProject ENTITY IfcRepresentationContext
 IfcRepresentation ENTITY IfcRepresentationContext
 IfcRepresentationContext ENTITY IfcGeometricRepresentationContext
 IfcRepresentationContextSameWCS RULE IfcGeometricRepresentationContext


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00