예제 #1
0
 public IfcDoorPanelProperties(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcPositiveLengthMeasure panelDepth, IfcDoorPanelOperationEnum panelOperation, IfcNormalisedRatioMeasure panelWidth, IfcDoorPanelPositionEnum panelPosition, IfcShapeAspect shapeAspectStyle) : base(globalId, ownerHistory, name, description)
 {
     PanelDepth       = panelDepth;
     PanelOperation   = panelOperation;
     PanelWidth       = panelWidth;
     PanelPosition    = panelPosition;
     ShapeAspectStyle = shapeAspectStyle;
 }
예제 #2
0
 public IfcLightSourceAmbient(IfcLabel name, IfcColourRgb lightColour, IfcNormalisedRatioMeasure ambientIntensity, IfcNormalisedRatioMeasure intensity) : base(name, lightColour, ambientIntensity, intensity)
 {
 }
예제 #3
0
 public IfcWindowLiningProperties(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcPositiveLengthMeasure liningDepth, IfcNonNegativeLengthMeasure liningThickness, IfcNonNegativeLengthMeasure transomThickness, IfcNonNegativeLengthMeasure mullionThickness, IfcNormalisedRatioMeasure firstTransomOffset, IfcNormalisedRatioMeasure secondTransomOffset, IfcNormalisedRatioMeasure firstMullionOffset, IfcNormalisedRatioMeasure secondMullionOffset, IfcShapeAspect shapeAspectStyle, IfcLengthMeasure liningOffset, IfcLengthMeasure liningToPanelOffsetX, IfcLengthMeasure liningToPanelOffsetY) : base(globalId, ownerHistory, name, description)
 {
     LiningDepth          = liningDepth;
     LiningThickness      = liningThickness;
     TransomThickness     = transomThickness;
     MullionThickness     = mullionThickness;
     FirstTransomOffset   = firstTransomOffset;
     SecondTransomOffset  = secondTransomOffset;
     FirstMullionOffset   = firstMullionOffset;
     SecondMullionOffset  = secondMullionOffset;
     ShapeAspectStyle     = shapeAspectStyle;
     LiningOffset         = liningOffset;
     LiningToPanelOffsetX = liningToPanelOffsetX;
     LiningToPanelOffsetY = liningToPanelOffsetY;
 }