Beispiel #1
0
 public IfcReinforcingMesh(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcIdentifier tag, IfcLabel steelGrade, IfcPositiveLengthMeasure meshLength, IfcPositiveLengthMeasure meshWidth, IfcPositiveLengthMeasure longitudinalBarNominalDiameter, IfcPositiveLengthMeasure transverseBarNominalDiameter, IfcAreaMeasure longitudinalBarCrossSectionArea, IfcAreaMeasure transverseBarCrossSectionArea, IfcPositiveLengthMeasure longitudinalBarSpacing, IfcPositiveLengthMeasure transverseBarSpacing, IfcReinforcingMeshTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, objectPlacement, representation, tag, steelGrade)
 {
     MeshLength = meshLength;
     MeshWidth  = meshWidth;
     LongitudinalBarNominalDiameter  = longitudinalBarNominalDiameter;
     TransverseBarNominalDiameter    = transverseBarNominalDiameter;
     LongitudinalBarCrossSectionArea = longitudinalBarCrossSectionArea;
     TransverseBarCrossSectionArea   = transverseBarCrossSectionArea;
     LongitudinalBarSpacing          = longitudinalBarSpacing;
     TransverseBarSpacing            = transverseBarSpacing;
     PredefinedType = predefinedType;
 }