ENTITY IfcVector

(* SCHEMA IFC4; *)
ENTITY IfcVector
 SUBTYPE OF (IfcGeometricRepresentationItem);
	Orientation : IfcDirection;
	Magnitude : IfcLengthMeasure;
 DERIVE
	Dim : IfcDimensionCount := Orientation.Dim;
 WHERE
	MagGreaterOrEqualZero : Magnitude >= 0.0;
END_ENTITY;

Explicit Attributes

Entity IfcVector has the following local and inherited explicit attributes:
AttributeTypeDefined By
 OrientationIfcDirection (ENTITY)IfcVector
 MagnitudeIfcLengthMeasure (REAL)IfcVector

Derived Attributes

Entity IfcVector has the following local and inherited derived attributes:
AttributeTypeDefined By
 DimIfcDimensionCount (INTEGER)IfcVector

Inverse Attributes

Entity IfcVector has the following local and inherited inverse attributes:
AttributeTypeDefined By
 LayerAssignmentSET OF IfcPresentationLayerAssignment (ENTITY)IfcRepresentationItem
 StyledByItemSET OF IfcStyledItem (ENTITY)IfcRepresentationItem

Supertypes

Entity IfcVector inherits from the following supertypes:
  IfcRepresentationItem
    IfcGeometricRepresentationItem

Subtypes

    No subtypes

Referenced By

Entity IfcVector and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAxis1Placement ENTITY IfcGeometricRepresentationItem
 IfcAxis1Placement ENTITY IfcRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBaseAxis FUNCTION IfcGeometricRepresentationItem
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuild2Axes FUNCTION IfcGeometricRepresentationItem
 IfcBuildAxes FUNCTION IfcVector
 IfcBuildAxes FUNCTION IfcGeometricRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcConvertDirectionInto2D FUNCTION IfcRepresentationItem
 IfcConvertDirectionInto2D FUNCTION IfcGeometricRepresentationItem
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcCrossProduct FUNCTION IfcGeometricRepresentationItem
 IfcCrossProduct FUNCTION IfcVector
 IfcExtrudedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcFillAreaStyleTiles ENTITY IfcVector
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcFirstProjAxis FUNCTION IfcVector
 IfcFirstProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcGeometricRepresentationItem ENTITY IfcVector
 IfcHatchLineDistanceSelect SELECT IfcVector
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcLine ENTITY IfcVector
 IfcMirroredProfileDef ENTITY IfcRepresentationItem
 IfcMirroredProfileDef ENTITY IfcGeometricRepresentationItem
 IfcNormalise FUNCTION IfcRepresentationItem
 IfcNormalise FUNCTION IfcGeometricRepresentationItem
 IfcNormalise FUNCTION IfcVector
 IfcOrthogonalComplement FUNCTION IfcGeometricRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcRepresentationItem
 IfcRepresentation ENTITY IfcRepresentationItem
 IfcRepresentationItem ENTITY IfcGeometricRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcVector
 IfcScalarTimesVector FUNCTION IfcVector
 IfcScalarTimesVector FUNCTION IfcGeometricRepresentationItem
 IfcScalarTimesVector FUNCTION IfcRepresentationItem
 IfcSecondProjAxis FUNCTION IfcVector
 IfcSecondProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcSecondProjAxis FUNCTION IfcRepresentationItem
 IfcShapeRepresentationTypes FUNCTION IfcRepresentationItem
 IfcStyledItem ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcVector
 IfcSurfaceOfLinearExtrusion ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcVector
 IfcTopologyRepresentationTypes FUNCTION IfcRepresentationItem
 IfcVectorDifference FUNCTION IfcGeometricRepresentationItem
 IfcVectorDifference FUNCTION IfcRepresentationItem
 IfcVectorDifference FUNCTION IfcVector
 IfcVectorOrDirection SELECT IfcVector
 IfcVectorSum FUNCTION IfcRepresentationItem
 IfcVectorSum FUNCTION IfcGeometricRepresentationItem
 IfcVectorSum FUNCTION IfcVector


[Top Level Definitions] [Exit]

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