public IfcStructuralLoadLinearForce(IfcLabel name, IfcLinearForceMeasure linearForceX, IfcLinearForceMeasure linearForceY, IfcLinearForceMeasure linearForceZ, IfcLinearMomentMeasure linearMomentX, IfcLinearMomentMeasure linearMomentY, IfcLinearMomentMeasure linearMomentZ) : base(name)
 {
     LinearForceX  = linearForceX;
     LinearForceY  = linearForceY;
     LinearForceZ  = linearForceZ;
     LinearMomentX = linearMomentX;
     LinearMomentY = linearMomentY;
     LinearMomentZ = linearMomentZ;
 }
Exemplo n.º 2
0
 public IfcDerivedMeasureValue(IfcLinearMomentMeasure choice)
 {
     this.choice = choice;
 }