Exemplo n.º 1
0
        }                                                                               // inverse


        /// <summary>
        /// Construct a IfcRepresentation with all required attributes.
        /// </summary>
        public IfcRepresentation(IfcRepresentationContext contextOfItems, List <IfcRepresentationItem> items) : base()
        {
            RepresentationMap       = new List <IfcRepresentationMap>();
            LayerAssignments        = new List <IfcPresentationLayerAssignment>();
            OfProductRepresentation = new List <IfcProductRepresentation>();

            ContextOfItems = contextOfItems;
            Items          = items;
        }
Exemplo n.º 2
0
        public IfcRepresentation(IfcRepresentationContext contextOfItems, IfcLabel representationIdentifier, IfcLabel representationType, List <IfcRepresentationItem> items) : base()
        {
            RepresentationMap       = new List <IfcRepresentationMap>();
            LayerAssignments        = new List <IfcPresentationLayerAssignment>();
            OfProductRepresentation = new List <IfcProductRepresentation>();

            ContextOfItems           = contextOfItems;
            RepresentationIdentifier = representationIdentifier;
            RepresentationType       = representationType;
            Items = items;
        }
Exemplo n.º 3
0
 public IfcStyledRepresentation(IfcRepresentationContext contextOfItems, IfcLabel representationIdentifier, IfcLabel representationType, List <IfcRepresentationItem> items) : base(contextOfItems, representationIdentifier, representationType, items)
 {
 }
Exemplo n.º 4
0
 /// <summary>
 /// Construct a IfcStyledRepresentation with all required attributes.
 /// </summary>
 public IfcStyledRepresentation(IfcRepresentationContext contextOfItems, List <IfcRepresentationItem> items) : base(contextOfItems, items)
 {
 }
Exemplo n.º 5
0
 public IfcShapeModel(IfcRepresentationContext contextOfItems, IfcLabel representationIdentifier, IfcLabel representationType, List <IfcRepresentationItem> items) : base(contextOfItems, representationIdentifier, representationType, items)
 {
     OfShapeAspect = new List <IfcShapeAspect>();
 }
Exemplo n.º 6
0
        }                                                           // inverse


        /// <summary>
        /// Construct a IfcShapeModel with all required attributes.
        /// </summary>
        public IfcShapeModel(IfcRepresentationContext contextOfItems, List <IfcRepresentationItem> items) : base(contextOfItems, items)
        {
            OfShapeAspect = new List <IfcShapeAspect>();
        }
Exemplo n.º 7
0
 /// <summary>
 /// Construct a IfcTopologyRepresentation with all required attributes.
 /// </summary>
 public IfcTopologyRepresentation(IfcRepresentationContext contextOfItems, List <IfcRepresentationItem> items) : base(contextOfItems, items)
 {
 }