Exemplo n.º 1
0
 public IfcDerivedProfileDef(IfcProfileTypeEnum __ProfileType, IfcLabel?__ProfileName, IfcProfileDef __ParentProfile, IfcCartesianTransformationOperator2D __Operator, IfcLabel?__Label)
     : base(__ProfileType, __ProfileName)
 {
     this._ParentProfile = __ParentProfile;
     this._Operator      = __Operator;
     this._Label         = __Label;
 }
Exemplo n.º 2
0
 public IfcProfileProperties(IfcIdentifier?__Name, IfcText?__Description, IfcProperty[] __Properties, IfcProfileDef __ProfileDefinition)
     : base(__Name, __Description, __Properties)
 {
     this.ProfileDefinition = __ProfileDefinition;
 }
Exemplo n.º 3
0
 public IfcMirroredProfileDef(IfcProfileTypeEnum __ProfileType, IfcLabel?__ProfileName, IfcProfileDef __ParentProfile, IfcCartesianTransformationOperator2D __Operator, IfcLabel?__Label)
     : base(__ProfileType, __ProfileName, __ParentProfile, __Operator, __Label)
 {
 }
Exemplo n.º 4
0
 public IfcSectionProperties(IfcSectionTypeEnum __SectionType, IfcProfileDef __StartProfile, IfcProfileDef __EndProfile)
 {
     this._SectionType  = __SectionType;
     this._StartProfile = __StartProfile;
     this._EndProfile   = __EndProfile;
 }