示例#1
0
 public IfcCurveOrEdgeCurve(IfcBoundedCurve choice)
 {
     this.choice = choice;
 }
 public IfcArbitraryOpenProfileDef(IfcProfileTypeEnum profileType, IfcLabel profileName, IfcBoundedCurve curve) : base(profileType, profileName)
 {
     Curve = curve;
 }
示例#3
0
 public IfcCenterLineProfileDef(IfcProfileTypeEnum profileType, IfcLabel profileName, IfcBoundedCurve curve, IfcPositiveLengthMeasure thickness) : base(profileType, profileName, curve)
 {
     Thickness = thickness;
 }
示例#4
0
 public IfcPolygonalBoundedHalfSpace(IfcSurface baseSurface, IfcBoolean agreementFlag, IfcAxis2Placement3D position, IfcBoundedCurve polygonalBoundary) : base(baseSurface, agreementFlag)
 {
     Position          = position;
     PolygonalBoundary = polygonalBoundary;
 }