示例#1
0
 public IfcFillAreaStyleHatching(IfcCurveStyle hatchLineAppearance, IfcHatchLineDistanceSelect startOfNextHatchLine, IfcCartesianPoint pointOfReferenceHatchLine, IfcCartesianPoint patternStart, IfcPlaneAngleMeasure hatchLineAngle) : base()
 {
     HatchLineAppearance       = hatchLineAppearance;
     StartOfNextHatchLine      = startOfNextHatchLine;
     PointOfReferenceHatchLine = pointOfReferenceHatchLine;
     PatternStart   = patternStart;
     HatchLineAngle = hatchLineAngle;
 }
 public IfcPresentationStyleSelect(IfcCurveStyle choice)
 {
     this.choice = choice;
 }
示例#3
0
 /// <summary>
 /// Construct a IfcFillAreaStyleHatching with all required attributes.
 /// </summary>
 public IfcFillAreaStyleHatching(IfcCurveStyle hatchLineAppearance, IfcHatchLineDistanceSelect startOfNextHatchLine, IfcPlaneAngleMeasure hatchLineAngle) : base()
 {
     HatchLineAppearance  = hatchLineAppearance;
     StartOfNextHatchLine = startOfNextHatchLine;
     HatchLineAngle       = hatchLineAngle;
 }