Exemplo n.º 1
0
 public IfcStructuralLoadSingleDisplacementDistortion(IfcLabel name, IfcLengthMeasure displacementX, IfcLengthMeasure displacementY, IfcLengthMeasure displacementZ, IfcPlaneAngleMeasure rotationalDisplacementRX, IfcPlaneAngleMeasure rotationalDisplacementRY, IfcPlaneAngleMeasure rotationalDisplacementRZ, IfcCurvatureMeasure distortion) : base(name, displacementX, displacementY, displacementZ, rotationalDisplacementRX, rotationalDisplacementRY, rotationalDisplacementRZ)
 {
     Distortion = distortion;
 }
Exemplo n.º 2
0
 public IfcDerivedMeasureValue(IfcCurvatureMeasure choice)
 {
     this.choice = choice;
 }