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; }
public IfcDerivedMeasureValue(IfcLinearMomentMeasure choice) { this.choice = choice; }