Exemplo n.º 1
0
 public IfcDerivedMeasureValue(IfcWarpingMomentMeasure choice)
 {
     this.choice = choice;
 }
Exemplo n.º 2
0
 public IfcWarpingStiffnessSelect(IfcWarpingMomentMeasure 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;
 }