Esempio n. 1
0
 public IfcStructuralLoadPlanarForce(IfcLabel name, IfcPlanarForceMeasure planarForceX, IfcPlanarForceMeasure planarForceY, IfcPlanarForceMeasure planarForceZ) : base(name)
 {
     PlanarForceX = planarForceX;
     PlanarForceY = planarForceY;
     PlanarForceZ = planarForceZ;
 }
Esempio n. 2
0
 public IfcDerivedMeasureValue(IfcPlanarForceMeasure choice)
 {
     this.choice = choice;
 }