コード例 #1
0
 public IfcStructuralLoadSingleForce(IfcLabel name, IfcForceMeasure forceX, IfcForceMeasure forceY, IfcForceMeasure forceZ, IfcTorqueMeasure momentX, IfcTorqueMeasure momentY, IfcTorqueMeasure momentZ) : base(name)
 {
     ForceX  = forceX;
     ForceY  = forceY;
     ForceZ  = forceZ;
     MomentX = momentX;
     MomentY = momentY;
     MomentZ = momentZ;
 }
コード例 #2
0
 public IfcFailureConnectionCondition(IfcLabel name, IfcForceMeasure tensionFailureX, IfcForceMeasure tensionFailureY, IfcForceMeasure tensionFailureZ, IfcForceMeasure compressionFailureX, IfcForceMeasure compressionFailureY, IfcForceMeasure compressionFailureZ) : base(name)
 {
     TensionFailureX     = tensionFailureX;
     TensionFailureY     = tensionFailureY;
     TensionFailureZ     = tensionFailureZ;
     CompressionFailureX = compressionFailureX;
     CompressionFailureY = compressionFailureY;
     CompressionFailureZ = compressionFailureZ;
 }
コード例 #3
0
 public IfcTendon(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcIdentifier tag, IfcLabel steelGrade, IfcTendonTypeEnum predefinedType, IfcPositiveLengthMeasure nominalDiameter, IfcAreaMeasure crossSectionArea, IfcForceMeasure tensionForce, IfcPressureMeasure preStress, IfcNormalisedRatioMeasure frictionCoefficient, IfcPositiveLengthMeasure anchorageSlip, IfcPositiveLengthMeasure minCurvatureRadius) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, tag, steelGrade)
 {
     PredefinedType      = predefinedType;
     NominalDiameter     = nominalDiameter;
     CrossSectionArea    = crossSectionArea;
     TensionForce        = tensionForce;
     PreStress           = preStress;
     FrictionCoefficient = frictionCoefficient;
     AnchorageSlip       = anchorageSlip;
     MinCurvatureRadius  = minCurvatureRadius;
 }
コード例 #4
0
 public IfcDerivedMeasureValue(IfcForceMeasure choice)
 {
     this.choice = choice;
 }
コード例 #5
0
 public IfcStructuralLoadSingleForceWarping(IfcLabel name, IfcForceMeasure forceX, IfcForceMeasure forceY, IfcForceMeasure forceZ, IfcTorqueMeasure momentX, IfcTorqueMeasure momentY, IfcTorqueMeasure momentZ, IfcWarpingMomentMeasure warpingMoment) : base(name, forceX, forceY, forceZ, momentX, momentY, momentZ)
 {
     WarpingMoment = warpingMoment;
 }