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; }
/// <summary> /// Construct a IfcFillAreaStyleHatching with all required attributes. /// </summary> public IfcFillAreaStyleHatching(IfcCurveStyle hatchLineAppearance, IfcHatchLineDistanceSelect startOfNextHatchLine, IfcPlaneAngleMeasure hatchLineAngle) : base() { HatchLineAppearance = hatchLineAppearance; StartOfNextHatchLine = startOfNextHatchLine; HatchLineAngle = hatchLineAngle; }