} // optional /// <summary> /// Construct a IfcQuantityVolume with all required attributes. /// </summary> public IfcQuantityVolume(IfcLabel name, IfcVolumeMeasure volumeValue) : base(name) { VolumeValue = volumeValue; }
public IfcQuantityVolume(IfcLabel name, IfcText description, IfcNamedUnit unit, IfcVolumeMeasure volumeValue, IfcLabel formula) : base(name, description, unit) { VolumeValue = volumeValue; Formula = formula; }
public IfcMeasureValue(IfcVolumeMeasure choice) { this.choice = choice; }