| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcRelConnectsStructuralMember.supportedLength |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcRelConnectsStructuralMember.getSupportedLength() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcRelConnectsStructuralMember.setSupportedLength(IfcLengthMeasure supportedLength) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcBuildingStorey.elevation |
private IfcLengthMeasure |
IfcBuilding.elevationOfRefHeight |
private IfcLengthMeasure |
IfcBuilding.elevationOfRefTerrain |
private IfcLengthMeasure |
IfcSpace.elevationWithFlooring |
private IfcLengthMeasure |
IfcSite.refElevation |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcBuildingStorey.getElevation() |
IfcLengthMeasure |
IfcBuilding.getElevationOfRefHeight() |
IfcLengthMeasure |
IfcBuilding.getElevationOfRefTerrain() |
IfcLengthMeasure |
IfcSpace.getElevationWithFlooring() |
IfcLengthMeasure |
IfcSite.getRefElevation() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcBuildingStorey.setElevation(IfcLengthMeasure elevation) |
void |
IfcBuilding.setElevationOfRefHeight(IfcLengthMeasure elevationOfRefHeight) |
void |
IfcBuilding.setElevationOfRefTerrain(IfcLengthMeasure elevationOfRefTerrain) |
void |
IfcSpace.setElevationWithFlooring(IfcLengthMeasure elevationWithFlooring) |
void |
IfcSite.setRefElevation(IfcLengthMeasure refElevation) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcConnectionPointEccentricity.eccentricityInX |
private IfcLengthMeasure |
IfcConnectionPointEccentricity.eccentricityInY |
private IfcLengthMeasure |
IfcConnectionPointEccentricity.eccentricityInZ |
| 限定符和类型 | 字段和说明 |
|---|---|
private LIST<IfcLengthMeasure> |
IfcVirtualGridIntersection.offsetDistances |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcConnectionPointEccentricity.getEccentricityInX() |
IfcLengthMeasure |
IfcConnectionPointEccentricity.getEccentricityInY() |
IfcLengthMeasure |
IfcConnectionPointEccentricity.getEccentricityInZ() |
| 限定符和类型 | 方法和说明 |
|---|---|
LIST<IfcLengthMeasure> |
IfcVirtualGridIntersection.getOffsetDistances() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcConnectionPointEccentricity.setEccentricityInX(IfcLengthMeasure eccentricityInX) |
void |
IfcConnectionPointEccentricity.setEccentricityInY(IfcLengthMeasure eccentricityInY) |
void |
IfcConnectionPointEccentricity.setEccentricityInZ(IfcLengthMeasure eccentricityInZ) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcVirtualGridIntersection.setOffsetDistances(LIST<IfcLengthMeasure> offsetDistances) |
| 构造器和说明 |
|---|
IfcConnectionPointEccentricity(IfcPointOrVertexPoint pointOnRelatingElement,
IfcPointOrVertexPoint pointOnRelatedElement,
IfcLengthMeasure eccentricityInX,
IfcLengthMeasure eccentricityInY,
IfcLengthMeasure eccentricityInZ) |
| 构造器和说明 |
|---|
IfcVirtualGridIntersection(LIST<IfcGridAxis> intersectingAxes,
LIST<IfcLengthMeasure> offsetDistances) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcSurfaceOfLinearExtrusion.depth |
private IfcLengthMeasure |
IfcOffsetCurve3D.distance |
private IfcLengthMeasure |
IfcOffsetCurve2D.distance |
private IfcLengthMeasure |
IfcVector.magnitude |
| 限定符和类型 | 字段和说明 |
|---|---|
private LIST<IfcLengthMeasure> |
IfcCartesianPoint.coordinates |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcSurfaceOfLinearExtrusion.getDepth() |
IfcLengthMeasure |
IfcOffsetCurve3D.getDistance() |
IfcLengthMeasure |
IfcOffsetCurve2D.getDistance() |
IfcLengthMeasure |
IfcVector.getMagnitude() |
| 限定符和类型 | 方法和说明 |
|---|---|
LIST<IfcLengthMeasure> |
IfcCartesianPoint.getCoordinates() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcSurfaceOfLinearExtrusion.setDepth(IfcLengthMeasure depth) |
void |
IfcOffsetCurve3D.setDistance(IfcLengthMeasure distance) |
void |
IfcOffsetCurve2D.setDistance(IfcLengthMeasure distance) |
void |
IfcVector.setMagnitude(IfcLengthMeasure magnitude) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcCartesianPoint.setCoordinates(LIST<IfcLengthMeasure> coordinates) |
| 构造器和说明 |
|---|
IfcOffsetCurve2D(IfcCurve basisCurve,
IfcLengthMeasure distance,
LOGICAL selfIntersect) |
IfcOffsetCurve3D(IfcCurve basisCurve,
IfcLengthMeasure distance,
LOGICAL selfIntersect,
IfcDirection relDirection) |
IfcSurfaceOfLinearExtrusion(IfcProfileDef sweptCurve,
IfcAxis2Placement3D position,
IfcDirection extrudedDirection,
IfcLengthMeasure depth) |
IfcVector(IfcDirection orientation,
IfcLengthMeasure magnitude) |
| 构造器和说明 |
|---|
IfcCartesianPoint(LIST<IfcLengthMeasure> coordinates) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcMaterialLayerSetUsage.offsetFromReferenceLine |
private IfcLengthMeasure |
IfcMaterialLayerSet.totalThickness |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcMaterialLayerSetUsage.getOffsetFromReferenceLine() |
IfcLengthMeasure |
IfcMaterialLayerSet.getTotalThickness() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcMaterialLayerSetUsage.setOffsetFromReferenceLine(IfcLengthMeasure offsetFromReferenceLine) |
void |
IfcMaterialLayerSet.setTotalThickness(IfcLengthMeasure totalThickness) |
| 构造器和说明 |
|---|
IfcMaterialLayerSetUsage(IfcMaterialLayerSet forLayerSet,
IfcLayerSetDirectionEnum layerSetDirection,
IfcDirectionSenseEnum directionSense,
IfcLengthMeasure offsetFromReferenceLine) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IfcPositiveLengthMeasure
A positive length measure is a length measure that is greater than zero.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcPlanarExtent.sizeInX |
private IfcLengthMeasure |
IfcPlanarExtent.sizeInY |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcPlanarExtent.getSizeInX() |
IfcLengthMeasure |
IfcPlanarExtent.getSizeInY() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcPlanarExtent.setSizeInX(IfcLengthMeasure sizeInX) |
void |
IfcPlanarExtent.setSizeInY(IfcLengthMeasure sizeInY) |
| 构造器和说明 |
|---|
IfcPlanarBox(IfcLengthMeasure sizeInX,
IfcLengthMeasure sizeInY,
IfcAxis2Placement placement) |
IfcPlanarExtent(IfcLengthMeasure sizeInX,
IfcLengthMeasure sizeInY) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcCurveStyleFontPattern.visibleSegmentLength |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcCurveStyleFontPattern.getVisibleSegmentLength() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcCurveStyleFontPattern.setVisibleSegmentLength(IfcLengthMeasure visibleSegmentLength) |
| 构造器和说明 |
|---|
IfcCurveStyleFontPattern(IfcLengthMeasure visibleSegmentLength,
IfcPositiveLengthMeasure invisiblesegmentLength) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcStructuralProfileProperties.centreOfGravityInX |
private IfcLengthMeasure |
IfcStructuralProfileProperties.centreOfGravityInY |
private IfcLengthMeasure |
IfcReinforcementBarProperties.effectiveDepth |
private IfcLengthMeasure |
IfcSectionReinforcementProperties.longitudinalEndPosition |
private IfcLengthMeasure |
IfcSectionReinforcementProperties.longitudinalStartPosition |
private IfcLengthMeasure |
IfcStructuralProfileProperties.shearCentreY |
private IfcLengthMeasure |
IfcStructuralProfileProperties.shearCentreZ |
private IfcLengthMeasure |
IfcSectionReinforcementProperties.transversePosition |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcStructuralProfileProperties.getCentreOfGravityInX() |
IfcLengthMeasure |
IfcStructuralProfileProperties.getCentreOfGravityInY() |
IfcLengthMeasure |
IfcReinforcementBarProperties.getEffectiveDepth() |
IfcLengthMeasure |
IfcSectionReinforcementProperties.getLongitudinalEndPosition() |
IfcLengthMeasure |
IfcSectionReinforcementProperties.getLongitudinalStartPosition() |
IfcLengthMeasure |
IfcStructuralProfileProperties.getShearCentreY() |
IfcLengthMeasure |
IfcStructuralProfileProperties.getShearCentreZ() |
IfcLengthMeasure |
IfcSectionReinforcementProperties.getTransversePosition() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcStructuralProfileProperties.setCentreOfGravityInX(IfcLengthMeasure centreOfGravityInX) |
void |
IfcStructuralProfileProperties.setCentreOfGravityInY(IfcLengthMeasure centreOfGravityInY) |
void |
IfcReinforcementBarProperties.setEffectiveDepth(IfcLengthMeasure effectiveDepth) |
void |
IfcSectionReinforcementProperties.setLongitudinalEndPosition(IfcLengthMeasure longitudinalEndPosition) |
void |
IfcSectionReinforcementProperties.setLongitudinalStartPosition(IfcLengthMeasure longitudinalStartPosition) |
void |
IfcStructuralProfileProperties.setShearCentreY(IfcLengthMeasure shearCentreY) |
void |
IfcStructuralProfileProperties.setShearCentreZ(IfcLengthMeasure shearCentreZ) |
void |
IfcSectionReinforcementProperties.setTransversePosition(IfcLengthMeasure transversePosition) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcQuantityLength.lengthValue |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcQuantityLength.getLengthValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcQuantityLength.setLengthValue(IfcLengthMeasure lengthValue) |
| 构造器和说明 |
|---|
IfcQuantityLength(IfcLabel name,
IfcText description,
IfcNamedUnit unit,
IfcLengthMeasure lengthValue) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcStructuralLoadSingleDisplacement.displacementX |
private IfcLengthMeasure |
IfcStructuralLoadSingleDisplacement.displacementY |
private IfcLengthMeasure |
IfcStructuralLoadSingleDisplacement.displacementZ |
private IfcLengthMeasure |
IfcSlippageConnectionCondition.slippageX |
private IfcLengthMeasure |
IfcSlippageConnectionCondition.slippageY |
private IfcLengthMeasure |
IfcSlippageConnectionCondition.slippageZ |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcStructuralLoadSingleDisplacement.getDisplacementX() |
IfcLengthMeasure |
IfcStructuralLoadSingleDisplacement.getDisplacementY() |
IfcLengthMeasure |
IfcStructuralLoadSingleDisplacement.getDisplacementZ() |
IfcLengthMeasure |
IfcSlippageConnectionCondition.getSlippageX() |
IfcLengthMeasure |
IfcSlippageConnectionCondition.getSlippageY() |
IfcLengthMeasure |
IfcSlippageConnectionCondition.getSlippageZ() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcStructuralLoadSingleDisplacement.setDisplacementX(IfcLengthMeasure displacementX) |
void |
IfcStructuralLoadSingleDisplacement.setDisplacementY(IfcLengthMeasure displacementY) |
void |
IfcStructuralLoadSingleDisplacement.setDisplacementZ(IfcLengthMeasure displacementZ) |
void |
IfcSlippageConnectionCondition.setSlippageX(IfcLengthMeasure slippageX) |
void |
IfcSlippageConnectionCondition.setSlippageY(IfcLengthMeasure slippageY) |
void |
IfcSlippageConnectionCondition.setSlippageZ(IfcLengthMeasure slippageZ) |
| 构造器和说明 |
|---|
IfcSlippageConnectionCondition(IfcLabel name,
IfcLengthMeasure slippageX,
IfcLengthMeasure slippageY,
IfcLengthMeasure slippageZ) |
IfcStructuralLoadSingleDisplacement(IfcLabel name,
IfcLengthMeasure displacementX,
IfcLengthMeasure displacementY,
IfcLengthMeasure displacementZ,
IfcPlaneAngleMeasure rotationalDisplacementRX,
IfcPlaneAngleMeasure rotationalDisplacementRY,
IfcPlaneAngleMeasure rotationalDisplacementRZ) |
IfcStructuralLoadSingleDisplacementDistortion(IfcLabel name,
IfcLengthMeasure displacementX,
IfcLengthMeasure displacementY,
IfcLengthMeasure displacementZ,
IfcPlaneAngleMeasure rotationalDisplacementRX,
IfcPlaneAngleMeasure rotationalDisplacementRY,
IfcPlaneAngleMeasure rotationalDisplacementRZ,
IfcCurvatureMeasure distortion) |
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcLengthMeasure |
IfcDoorLiningProperties.liningOffset |
private IfcLengthMeasure |
IfcDoorLiningProperties.thresholdOffset |
private IfcLengthMeasure |
IfcDoorLiningProperties.transomOffset |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcLengthMeasure |
IfcDoorLiningProperties.getLiningOffset() |
IfcLengthMeasure |
IfcDoorLiningProperties.getThresholdOffset() |
IfcLengthMeasure |
IfcDoorLiningProperties.getTransomOffset() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcDoorLiningProperties.setLiningOffset(IfcLengthMeasure liningOffset) |
void |
IfcDoorLiningProperties.setThresholdOffset(IfcLengthMeasure thresholdOffset) |
void |
IfcDoorLiningProperties.setTransomOffset(IfcLengthMeasure transomOffset) |
| 构造器和说明 |
|---|
IfcDoorLiningProperties(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcPositiveLengthMeasure liningDepth,
IfcPositiveLengthMeasure liningThickness,
IfcPositiveLengthMeasure thresholdDepth,
IfcPositiveLengthMeasure thresholdThickness,
IfcPositiveLengthMeasure transomThickness,
IfcLengthMeasure transomOffset,
IfcLengthMeasure liningOffset,
IfcLengthMeasure thresholdOffset,
IfcPositiveLengthMeasure casingThickness,
IfcPositiveLengthMeasure casingDepth,
IfcShapeAspect shapeAspectStyle) |
Copyright © 2023. All rights reserved.