| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl | |
| org.bimserver.models.ifc4.util |
| Modifier and Type | Method and Description |
|---|---|
IfcDirection |
Ifc4Factory.createIfcDirection()
Returns a new object of class 'Ifc Direction'.
|
IfcDirection |
IfcAxis1Placement.getAxis()
Returns the value of the 'Axis' reference.
|
IfcDirection |
IfcAxis2Placement3D.getAxis()
Returns the value of the 'Axis' reference.
|
IfcDirection |
IfcStructuralCurveConnection.getAxis()
Returns the value of the 'Axis' reference.
|
IfcDirection |
IfcStructuralCurveMember.getAxis()
Returns the value of the 'Axis' reference.
|
IfcDirection |
IfcCartesianTransformationOperator.getAxis1()
Returns the value of the 'Axis1' reference.
|
IfcDirection |
IfcCartesianTransformationOperator.getAxis2()
Returns the value of the 'Axis2' reference.
|
IfcDirection |
IfcCartesianTransformationOperator3D.getAxis3()
Returns the value of the 'Axis3' reference.
|
IfcDirection |
IfcSurfaceOfLinearExtrusion.getExtrudedDirection()
Returns the value of the 'Extruded Direction' reference.
|
IfcDirection |
IfcExtrudedAreaSolid.getExtrudedDirection()
Returns the value of the 'Extruded Direction' reference.
|
IfcDirection |
IfcFixedReferenceSweptAreaSolid.getFixedReference()
Returns the value of the 'Fixed Reference' reference.
|
IfcDirection |
IfcLightSourceSpot.getOrientation()
Returns the value of the 'Orientation' reference.
|
IfcDirection |
IfcVector.getOrientation()
Returns the value of the 'Orientation' reference.
|
IfcDirection |
IfcLightSourceDirectional.getOrientation()
Returns the value of the 'Orientation' reference.
|
IfcDirection |
IfcAxis2Placement2D.getRefDirection()
Returns the value of the 'Ref Direction' reference.
|
IfcDirection |
IfcAxis2Placement3D.getRefDirection()
Returns the value of the 'Ref Direction' reference.
|
IfcDirection |
IfcOffsetCurve3D.getRefDirection()
Returns the value of the 'Ref Direction' reference.
|
IfcDirection |
IfcGeometricRepresentationContext.getTrueNorth()
Returns the value of the 'True North' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcAxis1Placement.setAxis(IfcDirection value)
Sets the value of the '
Axis' reference. |
void |
IfcAxis2Placement3D.setAxis(IfcDirection value)
Sets the value of the '
Axis' reference. |
void |
IfcStructuralCurveConnection.setAxis(IfcDirection value)
Sets the value of the '
Axis' reference. |
void |
IfcStructuralCurveMember.setAxis(IfcDirection value)
Sets the value of the '
Axis' reference. |
void |
IfcCartesianTransformationOperator.setAxis1(IfcDirection value)
Sets the value of the '
Axis1' reference. |
void |
IfcCartesianTransformationOperator.setAxis2(IfcDirection value)
Sets the value of the '
Axis2' reference. |
void |
IfcCartesianTransformationOperator3D.setAxis3(IfcDirection value)
Sets the value of the '
Axis3' reference. |
void |
IfcSurfaceOfLinearExtrusion.setExtrudedDirection(IfcDirection value)
Sets the value of the '
Extruded Direction' reference. |
void |
IfcExtrudedAreaSolid.setExtrudedDirection(IfcDirection value)
Sets the value of the '
Extruded Direction' reference. |
void |
IfcFixedReferenceSweptAreaSolid.setFixedReference(IfcDirection value)
Sets the value of the '
Fixed Reference' reference. |
void |
IfcLightSourceSpot.setOrientation(IfcDirection value)
Sets the value of the '
Orientation' reference. |
void |
IfcVector.setOrientation(IfcDirection value)
Sets the value of the '
Orientation' reference. |
void |
IfcLightSourceDirectional.setOrientation(IfcDirection value)
Sets the value of the '
Orientation' reference. |
void |
IfcAxis2Placement2D.setRefDirection(IfcDirection value)
Sets the value of the '
Ref Direction' reference. |
void |
IfcAxis2Placement3D.setRefDirection(IfcDirection value)
Sets the value of the '
Ref Direction' reference. |
void |
IfcOffsetCurve3D.setRefDirection(IfcDirection value)
Sets the value of the '
Ref Direction' reference. |
void |
IfcGeometricRepresentationContext.setTrueNorth(IfcDirection value)
Sets the value of the '
True North' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
IfcDirectionImpl
An implementation of the model object 'Ifc Direction'.
|
| Modifier and Type | Method and Description |
|---|---|
IfcDirection |
Ifc4FactoryImpl.createIfcDirection() |
IfcDirection |
IfcStructuralCurveConnectionImpl.getAxis() |
IfcDirection |
IfcStructuralCurveMemberImpl.getAxis() |
IfcDirection |
IfcAxis2Placement3DImpl.getAxis() |
IfcDirection |
IfcAxis1PlacementImpl.getAxis() |
IfcDirection |
IfcCartesianTransformationOperatorImpl.getAxis1() |
IfcDirection |
IfcCartesianTransformationOperatorImpl.getAxis2() |
IfcDirection |
IfcCartesianTransformationOperator3DImpl.getAxis3() |
IfcDirection |
IfcExtrudedAreaSolidImpl.getExtrudedDirection() |
IfcDirection |
IfcSurfaceOfLinearExtrusionImpl.getExtrudedDirection() |
IfcDirection |
IfcFixedReferenceSweptAreaSolidImpl.getFixedReference() |
IfcDirection |
IfcVectorImpl.getOrientation() |
IfcDirection |
IfcLightSourceSpotImpl.getOrientation() |
IfcDirection |
IfcLightSourceDirectionalImpl.getOrientation() |
IfcDirection |
IfcAxis2Placement2DImpl.getRefDirection() |
IfcDirection |
IfcAxis2Placement3DImpl.getRefDirection() |
IfcDirection |
IfcOffsetCurve3DImpl.getRefDirection() |
IfcDirection |
IfcGeometricRepresentationContextImpl.getTrueNorth() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcStructuralCurveConnectionImpl.setAxis(IfcDirection newAxis) |
void |
IfcStructuralCurveMemberImpl.setAxis(IfcDirection newAxis) |
void |
IfcAxis2Placement3DImpl.setAxis(IfcDirection newAxis) |
void |
IfcAxis1PlacementImpl.setAxis(IfcDirection newAxis) |
void |
IfcCartesianTransformationOperatorImpl.setAxis1(IfcDirection newAxis1) |
void |
IfcCartesianTransformationOperatorImpl.setAxis2(IfcDirection newAxis2) |
void |
IfcCartesianTransformationOperator3DImpl.setAxis3(IfcDirection newAxis3) |
void |
IfcExtrudedAreaSolidImpl.setExtrudedDirection(IfcDirection newExtrudedDirection) |
void |
IfcSurfaceOfLinearExtrusionImpl.setExtrudedDirection(IfcDirection newExtrudedDirection) |
void |
IfcFixedReferenceSweptAreaSolidImpl.setFixedReference(IfcDirection newFixedReference) |
void |
IfcVectorImpl.setOrientation(IfcDirection newOrientation) |
void |
IfcLightSourceSpotImpl.setOrientation(IfcDirection newOrientation) |
void |
IfcLightSourceDirectionalImpl.setOrientation(IfcDirection newOrientation) |
void |
IfcAxis2Placement2DImpl.setRefDirection(IfcDirection newRefDirection) |
void |
IfcAxis2Placement3DImpl.setRefDirection(IfcDirection newRefDirection) |
void |
IfcOffsetCurve3DImpl.setRefDirection(IfcDirection newRefDirection) |
void |
IfcGeometricRepresentationContextImpl.setTrueNorth(IfcDirection newTrueNorth) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc4Switch.caseIfcDirection(IfcDirection object)
Returns the result of interpreting the object as an instance of 'Ifc Direction'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.