ENTITY IfcAxis2PlacementLinear

(* SCHEMA IFC4; *)
ENTITY IfcAxis2PlacementLinear
 SUBTYPE OF (IfcPlacement);
	Axis : OPTIONAL IfcDirection;
	RefDirection : OPTIONAL IfcDirection;
 WHERE
	WR1 : 'IFC4.IFCPOINTBYDISTANCEEXPRESSION' IN TYPEOF(SELF\IfcPlacement.Location);
	WR2 : (NOT (EXISTS (Axis))) OR (NOT (EXISTS (RefDirection))) OR (IfcCrossProduct(Axis,RefDirection).Magnitude > 0.0);
END_ENTITY;

Explicit Attributes

Entity IfcAxis2PlacementLinear has the following local and inherited explicit attributes:
AttributeTypeDefined By
 LocationIfcPoint (ENTITY)IfcPlacement
 AxisIfcDirection (ENTITY)IfcAxis2PlacementLinear
 RefDirectionIfcDirection (ENTITY)IfcAxis2PlacementLinear

Derived Attributes

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

Inverse Attributes

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

Supertypes

Entity IfcAxis2PlacementLinear inherits from the following supertypes:
  IfcRepresentationItem
    IfcGeometricRepresentationItem
      IfcPlacement

Subtypes

    No subtypes

Referenced By

Entity IfcAxis2PlacementLinear and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAxis1Placement ENTITY IfcRepresentationItem
 IfcAxis1Placement ENTITY IfcPlacement
 IfcAxis1Placement ENTITY IfcGeometricRepresentationItem
 IfcAxis2Placement2D ENTITY IfcPlacement
 IfcAxis2Placement3D ENTITY IfcPlacement
 IfcAxis2PlacementLinear ENTITY IfcPlacement
 IfcBaseAxis FUNCTION IfcGeometricRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuild2Axes FUNCTION IfcGeometricRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcGeometricRepresentationItem
 IfcConvertDirectionInto2D FUNCTION IfcRepresentationItem
 IfcConvertDirectionInto2D FUNCTION IfcGeometricRepresentationItem
 IfcCrossProduct FUNCTION IfcGeometricRepresentationItem
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcCurveSegment ENTITY IfcPlacement
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcFirstProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcGeometricRepresentationItem ENTITY IfcPlacement
 IfcGradientCurve ENTITY IfcPlacement
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcLinearPlacement ENTITY IfcAxis2PlacementLinear
 IfcMirroredProfileDef ENTITY IfcRepresentationItem
 IfcMirroredProfileDef ENTITY IfcGeometricRepresentationItem
 IfcNormalise FUNCTION IfcGeometricRepresentationItem
 IfcNormalise FUNCTION IfcRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcGeometricRepresentationItem
 IfcPlacement ENTITY IfcAxis2PlacementLinear
 IfcPolynomialCurve ENTITY IfcPlacement
 IfcRepresentation ENTITY IfcRepresentationItem
 IfcRepresentationItem ENTITY IfcGeometricRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcRepresentationItem
 IfcRevolvedAreaSolid ENTITY IfcGeometricRepresentationItem
 IfcScalarTimesVector FUNCTION IfcRepresentationItem
 IfcScalarTimesVector FUNCTION IfcGeometricRepresentationItem
 IfcSecondProjAxis FUNCTION IfcRepresentationItem
 IfcSecondProjAxis FUNCTION IfcGeometricRepresentationItem
 IfcSectionedSolidHorizontal ENTITY IfcAxis2PlacementLinear
 IfcSectionedSurface ENTITY IfcAxis2PlacementLinear
 IfcSegmentedReferenceCurve ENTITY IfcPlacement
 IfcShapeRepresentationTypes FUNCTION IfcRepresentationItem
 IfcStyledItem ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcGeometricRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcGeometricRepresentationItem
 IfcTopologyRepresentationTypes FUNCTION IfcRepresentationItem
 IfcVectorDifference FUNCTION IfcGeometricRepresentationItem
 IfcVectorDifference FUNCTION IfcRepresentationItem
 IfcVectorSum FUNCTION IfcGeometricRepresentationItem
 IfcVectorSum FUNCTION IfcRepresentationItem


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-12-22T16:31:09-05:00