예제 #1
0
 public IfcGridPlacement(IfcVirtualGridIntersection placementLocation, IfcGridPlacementDirectionSelect placementRefDirection) : base()
 {
     PlacementLocation     = placementLocation;
     PlacementRefDirection = placementRefDirection;
 }
 public IfcGridPlacementDirectionSelect(IfcVirtualGridIntersection choice)
 {
     this.choice = choice;
 }
예제 #3
0
        }                                                                              // optional


        /// <summary>
        /// Construct a IfcGridPlacement with all required attributes.
        /// </summary>
        public IfcGridPlacement(IfcVirtualGridIntersection placementLocation) : base()
        {
            PlacementLocation = placementLocation;
        }