Exemple #1
0
        }                                         // optional


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