Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 4
0
 public IfcDerivedMeasureValue(IfcForceMeasure choice)
 {
     this.choice = choice;
 }
 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;
 }