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